aboutsummaryrefslogtreecommitdiff
path: root/js/panels/color/colorpanel.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-18 22:17:02 -0700
committerValerio Virgillito2012-06-18 22:17:02 -0700
commit918a4f5870e972b6e4e301c3237e065a1ffd26f5 (patch)
tree86a13e3a9cbcc46abc2ca6bc2cf8c90f77711ed1 /js/panels/color/colorpanel.js
parentaefeb5f96bf6e8e993ce44c4f328b56e39196414 (diff)
parent69f69c7bf43bdd9a80d8efe329cd648f975f14e9 (diff)
downloadninja-918a4f5870e972b6e4e301c3237e065a1ffd26f5.tar.gz
Merge pull request #308 from joseeight/Color
Fixing no color application to all elements.
Diffstat (limited to 'js/panels/color/colorpanel.js')
-rwxr-xr-xjs/panels/color/colorpanel.js13
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