Roo/bootstrap/Modal.js
authorEdward <edward@roojs.com>
Mon, 17 Sep 2018 06:33:27 +0000 (14:33 +0800)
committerEdward <edward@roojs.com>
Mon, 17 Sep 2018 06:33:27 +0000 (14:33 +0800)
Roo/bootstrap/Modal.js

index c79c29f..6935b94 100644 (file)
@@ -392,7 +392,8 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
     resizeTo: function(w,h)
     {
         // skip.. ?? why??
-
+        Roo.log('resize to !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
+        Roo.log([w, h]);
         this.dialogEl.setWidth(w);
         if (this.diff === false) {
             this.diff = this.dialogEl.getHeight() - this.bodyEl.getHeight();