From: Alan Knowles Date: Wed, 26 May 2010 09:38:49 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=d91687198de44229441026821b816004e8ba4158 builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 183711e12..383007fa0 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 " + this.xtreepath; + throw "Invalid Xtype " + cfg.xtreepath; } }