From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- js/components/radio.reel/radio.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/components/radio.reel') 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, { handleChange: { value:function(event) - { + { this._valueSyncedWithInputField = true; this._wasSetByCode = false; this.checked = this.radioField.checked; - } + } }, handleClick: { value: function() { -- cgit v1.2.3