Roo/bootstrap/CheckBox.js
authorAlan Knowles <alan@roojs.com>
Wed, 30 Mar 2016 10:09:22 +0000 (18:09 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Mar 2016 10:09:22 +0000 (18:09 +0800)
Roo/bootstrap/CheckBox.js

index 4b79633..73a194d 100644 (file)
@@ -178,7 +178,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
                 //'for': id, // box label is handled by onclick - so no for...
                 cls: 'box-label',
                 html: this.boxLabel
-            }
+            };
             
             if(this.tooltip){
                 boxLabelCfg.tooltip = this.tooltip;