Roo/LayoutManager.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 08:17:40 +0000 (16:17 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 08:17:40 +0000 (16:17 +0800)
Roo/LayoutManager.js

index f7d7c7f..e1db345 100644 (file)
@@ -16,6 +16,8 @@
  */
 Roo.LayoutManager = function(container, config){
     Roo.LayoutManager.superclass.constructor.call(this);
+    Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
+    Roo.log(container);
     this.el = Roo.get(container);
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){