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

index 3216200..b0cd606 100644 (file)
@@ -188,6 +188,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     
     onClick : function()
     {   
+        Roo.log(this);
         this.setChecked(!this.checked);
     },