Roo/bootstrap/Modal.js
authoredward <edward@roojs.com>
Thu, 10 Mar 2016 04:59:34 +0000 (12:59 +0800)
committeredward <edward@roojs.com>
Thu, 10 Mar 2016 04:59:34 +0000 (12:59 +0800)
Roo/bootstrap/Modal.js

index 33b8585..2615aa9 100644 (file)
@@ -112,6 +112,8 @@ 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;