From 82e5efe36f5aafa60419557c2be4bb86c57339cb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 8 Apr 2012 16:09:46 +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 b3b60519a..bd7ce1f9a 100644 --- a/builder.html.js +++ b/builder.html.js @@ -21,7 +21,7 @@ Builder = { // This would be alot simpler if we just use the XComponent code... // data should now be dialog or xcomponent.. // only snag here is that we do not know the name currently.. - + Roo.log(clsname); var ix = '_src_' + this.id++; // should replace module name with Builder._src_{id} data = data.replace(clsname, 'Builder.' + ix); -- 2.39.2