aboutsummaryrefslogtreecommitdiff
path: root/js/components/ui
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:53:10 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch)
tree0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/components/ui
parent648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff)
downloadninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/components/ui')
-rwxr-xr-xjs/components/ui/input-group.reel/input-group.js4
-rwxr-xr-xjs/components/ui/property-control.reel/property-control.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/js/components/ui/input-group.reel/input-group.js b/js/components/ui/input-group.reel/input-group.js
index ba0eea43..df3a81c4 100755
--- a/js/components/ui/input-group.reel/input-group.js
+++ b/js/components/ui/input-group.reel/input-group.js
@@ -84,7 +84,7 @@ var InputGroup = exports.InputGroup = Montage.create(Component, {
84 this.dispatchEvent(propEvent); 84 this.dispatchEvent(propEvent);
85 } 85 }
86 }, 86 },
87 87
88 value: { 88 value: {
89 enumerable: true, 89 enumerable: true,
90 serializable: true, 90 serializable: true,
@@ -96,7 +96,7 @@ var InputGroup = exports.InputGroup = Montage.create(Component, {
96 retObject[childControl.label] = childControl._control[childControl._prop]; 96 retObject[childControl.label] = childControl._control[childControl._prop];
97 } 97 }
98 return retObject; 98 return retObject;
99 99
100 } 100 }
101 }, 101 },
102 102
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 },