roojs-debug.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 7 Jul 2011 04:25:54 +0000 (12:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 7 Jul 2011 04:25:54 +0000 (12:25 +0800)
roojs-debug.js

index 61c1fee..28a2a33 100644 (file)
@@ -51380,7 +51380,7 @@ Roo.extend(Roo.XComponent, Roo.util.Observable, {
         
         el = el || false;
         
-        if (!el && typeof(m.parent) == 'string' && m.parent[0] == '#') {
+        if (!el && typeof(this.parent) == 'string' && this.parent[0] == '#') {
             // if parent is a '#.....' string, then let's use that..
             this.parent = false;
             el = Roo.get(m.substr(1));