builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 09:40:16 +0000 (17:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 May 2010 09:40:16 +0000 (17:40 +0800)
builder.html.js

index 383007f..1375b93 100644 (file)
@@ -222,7 +222,7 @@ Builder  = {
         }
         if (cfg.xtype) {
             if (!cfg.xns || typeof(cfg.xns[cfg.xtype]) == 'undefined') {
-                throw "Invalid Xtype " + cfg.xtreepath;
+                throw "Invalid Xtype " + cfg.xtype + ' on ' + cfg.xtreepath;
             }
         }