Roo/bootstrap/Button.js
authorJulian Knowles <julian@roojs.com>
Fri, 24 Jan 2014 09:43:31 +0000 (17:43 +0800)
committerJulian Knowles <julian@roojs.com>
Fri, 24 Jan 2014 09:43:31 +0000 (17:43 +0800)
Roo/bootstrap/Button.js

index 8001b42..8ae20db 100644 (file)
@@ -55,10 +55,10 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
         Roo.log("Button Parent is : " + this.parent().xtype);
         
         var cfg = {
-        cls: 'btn',
-        tag : 'button',
-        html: 'hello'
-    }
+            cls: 'btn',
+            tag : 'button',
+            html: 'hello'
+        }
         
         cfg.html = this.html || cfg.html;