Roo/bootstrap/CheckBox.js
authorEdward <edward@roojs.com>
Mon, 22 Jun 2015 07:52:25 +0000 (15:52 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Jun 2015 07:52:25 +0000 (15:52 +0800)
Roo/bootstrap/CheckBox.js

index 6b11cc0..15bce69 100644 (file)
@@ -287,7 +287,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
                 e.dom.checked = true;
             }
         });
-
+        Roo.log(this);
         if(suppressEvent !== true){
             this.fireEvent('check', this, true);
         }