From: Alan Knowles Date: Wed, 26 May 2010 09:40:16 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=0cc59febc4f68e66d5b8f43c205eec56a4f80d24 builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 383007fa0..1375b9311 100644 --- a/builder.html.js +++ b/builder.html.js @@ -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; } }