diff options
author | Kris Kowal | 2012-07-06 11:53:10 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch) | |
tree | 0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/components/ui/input-group.reel/input-group.js | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/components/ui/input-group.reel/input-group.js')
-rwxr-xr-x | js/components/ui/input-group.reel/input-group.js | 4 |
1 files changed, 2 insertions, 2 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 | ||