Roo/bootstrap/CheckBox.js
authorEdward <edward@roojs.com>
Mon, 28 Apr 2014 07:54:03 +0000 (15:54 +0800)
committerEdward <edward@roojs.com>
Mon, 28 Apr 2014 07:54:03 +0000 (15:54 +0800)
Roo/bootstrap/CheckBox.js

index 2b01eb7..31474a6 100644 (file)
@@ -185,8 +185,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
         
         this.inputEl().on('click', this.onClick,  this);
         
-        this.inputEl().on('DOMAttrModified', this.setFromHidden,  this); //ff
-        this.inputEl().on('propertychange', this.setFromHidden,  this);  //ie
     },
     
     onClick : function()
@@ -207,14 +205,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
         
         this.inputEl().dom.value = state ? this.value : this.valueOff;
         
-    },
-    
-    setFromHidden : function()
-    {
-        Roo.log('setFromHidden');
-        Roo.log(this);
     }
-    
 });