Roo/bootstrap/Button.js
authorEdward <edward@roojs.com>
Tue, 1 Apr 2014 11:01:18 +0000 (19:01 +0800)
committerEdward <edward@roojs.com>
Tue, 1 Apr 2014 11:01:18 +0000 (19:01 +0800)
roojs-bootstrap.js
roojs-bootstrap-debug.js

Roo/bootstrap/Button.js

index 9f1aba6..06c645a 100644 (file)
@@ -72,7 +72,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
         var cfg = {
             tag : 'button',
             cls : 'roo-button',
-            html: 'hello'
+            html: ''
         };
         
         if (['a', 'button', 'input', 'submit'].indexOf(this.tag) < 0) {