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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/ui/property-control.reel/property-control.js b/js/components/ui/property-control.reel/property-control.js index 834702fd..9b9c9482 100755 --- a/js/components/ui/property-control.reel/property-control.js +++ b/js/components/ui/property-control.reel/property-control.js | |||
@@ -195,7 +195,7 @@ var PropertyControl = exports.PropertyControl = Montage.create(Component, { | |||
195 | propEvent.propertyLabel = this.label; | 195 | propEvent.propertyLabel = this.label; |
196 | propEvent.propertyValue = event.currentTarget[this._prop]; | 196 | propEvent.propertyValue = event.currentTarget[this._prop]; |
197 | propEvent.propertyEvent = event; | 197 | propEvent.propertyEvent = event; |
198 | 198 | ||
199 | this.dispatchEvent(propEvent); | 199 | this.dispatchEvent(propEvent); |
200 | } | 200 | } |
201 | }, | 201 | }, |