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