aboutsummaryrefslogtreecommitdiff
path: root/js/components/radio.reel
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:52:06 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch)
tree8f0f55557bd0c47a84e49c1977c950645d284607 /js/components/radio.reel
parentaedd14b18695d031f695d27dfbd94df5614495bb (diff)
downloadninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz
Expand tabs
Diffstat (limited to 'js/components/radio.reel')
-rwxr-xr-xjs/components/radio.reel/radio.js4
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() {