From d91687198de44229441026821b816004e8ba4158 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 26 May 2010 17:38:49 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.2