diff options
author | Kris Kowal | 2012-07-06 11:52:06 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch) | |
tree | 8f0f55557bd0c47a84e49c1977c950645d284607 /js/components/ui/property-control.reel/property-control.js | |
parent | aedd14b18695d031f695d27dfbd94df5614495bb (diff) | |
download | ninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz |
Expand tabs
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) { |