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

index 506eccc..df38f1d 100644 (file)
@@ -179,6 +179,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     initEvents : function()
     {
         Roo.bootstrap.CheckBox.superclass.initEvents.call(this);
+        
         this.inputEl().on('click', this.onClick,  this);
     },