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/radio.reel/radio.js | |
parent | aedd14b18695d031f695d27dfbd94df5614495bb (diff) | |
download | ninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz |
Expand tabs
Diffstat (limited to 'js/components/radio.reel/radio.js')
-rwxr-xr-x | js/components/radio.reel/radio.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/radio.reel/radio.js b/js/components/radio.reel/radio.js index 08131272..e1848f18 100755 --- a/js/components/radio.reel/radio.js +++ b/js/components/radio.reel/radio.js | |||
@@ -176,11 +176,11 @@ exports.Radio = Montage.create(Component, { | |||
176 | handleChange: | 176 | handleChange: |
177 | { | 177 | { |
178 | value:function(event) | 178 | value:function(event) |
179 | { | 179 | { |
180 | this._valueSyncedWithInputField = true; | 180 | this._valueSyncedWithInputField = true; |
181 | this._wasSetByCode = false; | 181 | this._wasSetByCode = false; |
182 | this.checked = this.radioField.checked; | 182 | this.checked = this.radioField.checked; |
183 | } | 183 | } |
184 | }, | 184 | }, |
185 | handleClick: { | 185 | handleClick: { |
186 | value: function() { | 186 | value: function() { |