Roo/bootstrap/Radio.js
authorEdward <edward@roojs.com>
Fri, 13 Jun 2014 05:48:10 +0000 (13:48 +0800)
committerEdward <edward@roojs.com>
Fri, 13 Jun 2014 05:48:10 +0000 (13:48 +0800)
Roo/bootstrap/Radio.js

index 7b88000..0d94c0b 100644 (file)
@@ -198,11 +198,6 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.CheckBox,  {
      */
     getValue : function(){
         return this.getGroupValue();
-    },
-    
-    setValue : function(v,suppressEvent)
-    {
-        this.setChecked(((typeof(v) == 'undefined') ? this.checked : (String(v) === String(this.inputValue))), suppressEvent);
     }
     
 });