diff options
author | Valerio Virgillito | 2012-02-13 14:05:10 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-13 14:05:10 -0800 |
commit | 0d7d6d4d98437a93f31ededa14ca6eb5382c9e58 (patch) | |
tree | 95711517d51e2b100728df267f42390156685c52 /js/panels/properties/content.reel/content.js | |
parent | dcd147265ad0339448ea4466253b03b2899e0cea (diff) | |
download | ninja-0d7d6d4d98437a93f31ededa14ca6eb5382c9e58.tar.gz |
Cleaning up the stage background color chip.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/properties/content.reel/content.js')
-rw-r--r-- | js/panels/properties/content.reel/content.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/js/panels/properties/content.reel/content.js b/js/panels/properties/content.reel/content.js index b15f2d71..1ec6d769 100644 --- a/js/panels/properties/content.reel/content.js +++ b/js/panels/properties/content.reel/content.js | |||
@@ -156,10 +156,6 @@ exports.Content = Montage.create(Component, { | |||
156 | var backgroundChip = this.customSections[0].content.controls["background"]; | 156 | var backgroundChip = this.customSections[0].content.controls["background"]; |
157 | backgroundChip.initialColor = ElementsMediator.getProperty(stage, "background"); | 157 | backgroundChip.initialColor = ElementsMediator.getProperty(stage, "background"); |
158 | 158 | ||
159 | // Get stage color | ||
160 | //var backgroundColor = | ||
161 | //console.log(backgroundColor); | ||
162 | |||
163 | /* | 159 | /* |
164 | var customPI = PiData[this.customPi]; | 160 | var customPI = PiData[this.customPi]; |
165 | // Get all the custom section for the custom PI | 161 | // Get all the custom section for the custom PI |
@@ -180,10 +176,6 @@ exports.Content = Montage.create(Component, { | |||
180 | } | 176 | } |
181 | }, | 177 | }, |
182 | 178 | ||
183 | foo: { | ||
184 | value: null | ||
185 | }, | ||
186 | |||
187 | handleFirstDraw: { | 179 | handleFirstDraw: { |
188 | value: function() { | 180 | value: function() { |
189 | this.foo.chipBtn.color('rgb', {wasSetByCode: true, type: 'change', color: {r: 255, g: 0, b: 0}, css: 'rgb(255,0,0)'}); | 181 | this.foo.chipBtn.color('rgb', {wasSetByCode: true, type: 'change', color: {r: 255, g: 0, b: 0}, css: 'rgb(255,0,0)'}); |