Roo/bootstrap/layout/Manager.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Jul 2017 05:47:56 +0000 (13:47 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Jul 2017 05:47:56 +0000 (13:47 +0800)
Roo/bootstrap/layout/Manager.js

index 26e2bac..9acca54 100644 (file)
@@ -17,6 +17,9 @@
 Roo.bootstrap.layout.Manager = function(config)
 {
     Roo.bootstrap.layout.Manager.superclass.constructor.call(this);
+    
+    
+    
     this.el = Roo.get(config.el);
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){
@@ -71,6 +74,12 @@ Roo.extend(Roo.bootstrap.layout.Manager, Roo.bootstrap.Component, {
     
     updating : false,
     
+    
+    initEvents: function()
+    {
+        
+    }
+    
     /**
      * Returns true if this layout is currently being updated
      * @return {Boolean}