builder.html.js
[app.Builder.js] / builder.html.js
index 183711e..383007f 100644 (file)
@@ -222,7 +222,7 @@ Builder  = {
         }
         if (cfg.xtype) {
             if (!cfg.xns || typeof(cfg.xns[cfg.xtype]) == 'undefined') {
-                throw "Invalid Xtype " + this.xtreepath;
+                throw "Invalid Xtype " + cfg.xtreepath;
             }
         }