roojs-debug.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 5 Aug 2010 03:33:20 +0000 (11:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 5 Aug 2010 03:33:20 +0000 (11:33 +0800)
roojs-debug.js

index 5803bf8..017700c 100644 (file)
@@ -45112,9 +45112,12 @@ Roo.TreePanel = function(config){
     
     // wrapper for IE7 strict & safari scroll issue
     
+    console.log('tp el');
+    console.log(el);
     
     var treeEl = el.createChild();
-    this.resizeEl = treeEl;
+    config.resizeEl = treeEl;
+    
     Roo.TreePanel.superclass.constructor.call(this, el, config);