Roo/bootstrap/layout/Manager.js
authorAlan Knowles <alan@roojs.com>
Fri, 30 Jun 2017 06:02:25 +0000 (14:02 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Jun 2017 06:02:25 +0000 (14:02 +0800)
Roo/bootstrap/layout/Manager.js

index 85b5899..c3dcbfd 100644 (file)
@@ -17,7 +17,7 @@
 Roo.bootstrap.layout.Manager = function(config)
 {
     Roo.bootstrap.layout.Manager.superclass.constructor.call(this);
-    this.el = Roo.get(container);
+    this.el = Roo.get(config.el);
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){
         document.body.scroll = "no";