diff options
Diffstat (limited to 'js/components/ui/property-control.reel/property-control.js')
-rwxr-xr-x | js/components/ui/property-control.reel/property-control.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/components/ui/property-control.reel/property-control.js b/js/components/ui/property-control.reel/property-control.js index 6e0a3916..834702fd 100755 --- a/js/components/ui/property-control.reel/property-control.js +++ b/js/components/ui/property-control.reel/property-control.js | |||
@@ -169,15 +169,15 @@ var PropertyControl = exports.PropertyControl = Montage.create(Component, { | |||
169 | }, | 169 | }, |
170 | 170 | ||
171 | handleEvent: | 171 | handleEvent: |
172 | { | 172 | { |
173 | value:function(event) | 173 | value:function(event) |
174 | { | 174 | { |
175 | if(event.wasSetByCode) { | 175 | if(event.wasSetByCode) { |
176 | return; | 176 | return; |
177 | } | 177 | } |
178 | this._dispatchPropEvent(event); | 178 | this._dispatchPropEvent(event); |
179 | } | 179 | } |
180 | }, | 180 | }, |
181 | 181 | ||
182 | _dispatchPropEvent: { | 182 | _dispatchPropEvent: { |
183 | value: function(event) { | 183 | value: function(event) { |