aboutsummaryrefslogtreecommitdiff
path: root/js/components/radio.reel/radio.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/radio.reel/radio.js')
-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() {