Roo/bootstrap/Button.js
authoredward <edward@roojs.com>
Thu, 10 Mar 2016 05:01:35 +0000 (13:01 +0800)
committeredward <edward@roojs.com>
Thu, 10 Mar 2016 05:01:35 +0000 (13:01 +0800)
Roo/bootstrap/Modal.js

Roo/bootstrap/Button.js
Roo/bootstrap/Modal.js

index 5d84d97..dc68744 100644 (file)
@@ -266,7 +266,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
        // Roo.log('init events?');
 //        Roo.log(this.el.dom);
         // add the menu...
-        Roo.log('button????');
+        
         if (typeof (this.menu) != 'undefined') {
             this.menu.parentType = this.xtype;
             this.menu.triggerEl = this.el;
index 2615aa9..33b8585 100644 (file)
@@ -112,8 +112,6 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
         //this.el.addClass("x-dlg-modal");
     
         if (this.buttons.length) {
-            Roo.log('this.button');
-            Roo.log(this.buttons);
             Roo.each(this.buttons, function(bb) {
                 var b = Roo.apply({}, bb);
                 b.xns = b.xns || Roo.bootstrap;