Roo.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 05:20:06 +0000 (13:20 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 05:20:06 +0000 (13:20 +0800)
Roo.js

diff --git a/Roo.js b/Roo.js
index 59c8789..89e3acf 100644 (file)
--- a/Roo.js
+++ b/Roo.js
@@ -314,6 +314,7 @@ Roo.factory(conf, Roo.data);
         {
             // no xtype, no ns or c.xns - or forced off by c.xns
             if (!c.xtype   || (!ns && !c.xns) ||  (c.xns === false)) { // not enough info...
+                Roo.log('in???');
                 return c;
             }
             ns = c.xns ? c.xns : ns; // if c.xns is set, then use that..