roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 6d4f1cf..0de3426 100644 (file)
@@ -19741,12 +19741,17 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
         this.items = nitems;
         
         this.maskEl = Roo.DomHelper.append(document.body, {tag: "div", cls:"x-dlg-mask"}, true);
-
+        Roo.EventManager.onWindowResize(this.resizeMask, this, true);
         
         
         this.initEvents();
     },
     
+    resizeMask : function()
+    {
+        
+    }
+    
     initEvents : function()
     {