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/radio.reel | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/components/radio.reel')
-rwxr-xr-x | js/components/radio.reel/radio.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/radio.reel/radio.js b/js/components/radio.reel/radio.js index e1848f18..29b1b635 100755 --- a/js/components/radio.reel/radio.js +++ b/js/components/radio.reel/radio.js | |||
@@ -188,7 +188,7 @@ exports.Radio = Montage.create(Component, { | |||
188 | this.checked = !this.radioField.checked; | 188 | this.checked = !this.radioField.checked; |
189 | } | 189 | } |
190 | }, | 190 | }, |
191 | 191 | ||
192 | draw: { | 192 | draw: { |
193 | value: function() { | 193 | value: function() { |
194 | if(!this._valueSyncedWithInputField) | 194 | if(!this._valueSyncedWithInputField) |