From 62ef182485c3a9f20d9500ce8c76a4c42f1e0750 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 11 Jun 2010 12:37:13 +0800 Subject: [PATCH] Roo.js --- Roo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo.js b/Roo.js index c6fa249b23..9fd258a583 100644 --- a/Roo.js +++ b/Roo.js @@ -297,7 +297,7 @@ Roo.factory(conf, Roo.data); return c; } if (ns[c.xtype]) { - console.log("Roo.Factory(" + c.xtype ")"); + console.log("Roo.Factory(" + c.xtype + ")"); var ret = new ns[c.xtype](c); ret.xns = false; return ret; -- 2.39.2