Roo/bootstrap/Brick.js
authoredward <edward@roojs.com>
Thu, 28 Dec 2017 08:27:35 +0000 (16:27 +0800)
committeredward <edward@roojs.com>
Thu, 28 Dec 2017 08:27:35 +0000 (16:27 +0800)
Roo/bootstrap/Brick.js

index 738773b..f597451 100644 (file)
@@ -142,7 +142,9 @@ Roo.extend(Roo.bootstrap.Brick, Roo.bootstrap.Component,  {
         
         Roo.EventManager.onWindowResize(this.resize, this); 
         
-        this.resize();
+        (function() {
+            this.resize();
+        }).defer(100);
     },
     
     resize : function()