diff options
author | Jose Antonio Marquez | 2012-06-16 19:04:13 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-16 19:04:13 -0700 |
commit | d5aec31ee519069ff6120e5d5685828750501e67 (patch) | |
tree | caaa10c37c7bcb20fc1f6e0130da9f892da6af9e /js/panels/color | |
parent | 60bc2ff4b617ec6bbb3506770401f0adef60671d (diff) | |
download | ninja-d5aec31ee519069ff6120e5d5685828750501e67.tar.gz |
More cleaning up
Controller will need a review and refactoring.
Diffstat (limited to 'js/panels/color')
-rwxr-xr-x | js/panels/color/colorpanel.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/js/panels/color/colorpanel.js b/js/panels/color/colorpanel.js index 3a603e98..0985c717 100755 --- a/js/panels/color/colorpanel.js +++ b/js/panels/color/colorpanel.js | |||
@@ -33,21 +33,8 @@ exports.ColorPanel = Montage.create(PanelBase, { | |||
33 | this.content = this.application.ninja.colorController.colorView = this.application.ninja.colorController.colorPanelBase.create(); | 33 | this.content = this.application.ninja.colorController.colorView = this.application.ninja.colorController.colorPanelBase.create(); |
34 | //Checking for first draw to apply default colors | 34 | //Checking for first draw to apply default colors |
35 | this.content.addEventListener('firstDraw', this, false); | 35 | this.content.addEventListener('firstDraw', this, false); |
36 | |||
37 | |||
38 | //////////////////////////////////////////////////////////// | ||
39 | //////////////////////////////////////////////////////////// | ||
40 | //TODO: Remove and add via toolbar draw loop | ||
41 | |||
42 | //////////////////////////////////////////////////////////// | ||
43 | //////////////////////////////////////////////////////////// | ||
44 | |||
45 | |||
46 | } | 36 | } |
47 | }, | 37 | }, |
48 | //////////////////////////////////////////////////////////////////// | 38 | //////////////////////////////////////////////////////////////////// |
49 | //Applying default colors only on first draw | ||
50 | |||
51 | //////////////////////////////////////////////////////////////////// | ||
52 | //////////////////////////////////////////////////////////////////// | 39 | //////////////////////////////////////////////////////////////////// |
53 | }); \ No newline at end of file | 40 | }); \ No newline at end of file |