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

index 43bb1b5..7f753c5 100644 (file)
@@ -42,6 +42,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     
     initEvents : function()
     {
+       
         this.inputEl().on('click', this.onClick,  this);
     },