From: Edward Date: Mon, 24 Mar 2014 04:39:32 +0000 (+0800) Subject: roojs-core.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2ea2bbd43583086c9d34193a6228a54456ee520e;p=roojs1 roojs-core.js roojs-core-debug.js --- diff --git a/roojs-core-debug.js b/roojs-core-debug.js index cd2cce408b..2e01be9c45 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -305,6 +305,7 @@ Roo.factory(conf, Roo.data); return c; } if (ns[c.xtype]) { + Roo.log("Roo.Factory(" + c.xtype + ")"); if (Roo.debug) Roo.log("Roo.Factory(" + c.xtype + ")"); var ret = new ns[c.xtype](c); ret.xns = false; @@ -3521,12789 +3522,4 @@ Roo.lib.AnimMgr = new function() { }; }; - /* - * Portions of this file are based on pieces of Yahoo User Interface Library - * Copyright (c) 2007, Yahoo! Inc. All rights reserved. - * YUI licensed under the BSD License: - * http://developer.yahoo.net/yui/license.txt - *