Roo/Document.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 05:46:25 +0000 (13:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 05:46:25 +0000 (13:46 +0800)
Roo/Document.js

index 7c6dc14..d1c8c0a 100644 (file)
@@ -49,7 +49,7 @@ Roo.XComponent = function(cfg) {
 
     Roo.XComponent.register(this);
     this.modules = [];
-     
+    this.el = false; // where the layout goes..
     
     
 }