aboutsummaryrefslogtreecommitdiff
path: root/js/panels/color/colorpanelpopup.reel/colorpanelpopup.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/color/colorpanelpopup.reel/colorpanelpopup.js')
-rwxr-xr-xjs/panels/color/colorpanelpopup.reel/colorpanelpopup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/color/colorpanelpopup.reel/colorpanelpopup.js b/js/panels/color/colorpanelpopup.reel/colorpanelpopup.js
index 6511cddc..44f8b513 100755
--- a/js/panels/color/colorpanelpopup.reel/colorpanelpopup.js
+++ b/js/panels/color/colorpanelpopup.reel/colorpanelpopup.js
@@ -58,7 +58,7 @@ exports.ColorPanelPopup = Montage.create(Component, {
58 //////////////////////////////////////////////////////////////////// 58 ////////////////////////////////////////////////////////////////////
59 // 59 //
60 _components: { 60 _components: {
61 value: null 61 value: null
62 }, 62 },
63 //////////////////////////////////////////////////////////////////// 63 ////////////////////////////////////////////////////////////////////
64 // 64 //
@@ -220,7 +220,7 @@ exports.ColorPanelPopup = Montage.create(Component, {
220 didDraw: { 220 didDraw: {
221 value: function() { 221 value: function() {
222 // 222 //
223 223
224 } 224 }
225 }, 225 },
226 //////////////////////////////////////////////////////////////////// 226 ////////////////////////////////////////////////////////////////////