Pman.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 1 Apr 2012 06:54:19 +0000 (14:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 1 Apr 2012 06:54:19 +0000 (14:54 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 7b7c767..c1d6890 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -889,7 +889,10 @@ Pman = new Roo.Document(
          
         obj.render = function()
         {
-                        
+            if (!this.parent) {
+                Roo.log("Skip module, as parent does not exist");
+                Roo.log(this);
+            }
             //if (typeof(mod) == 'function') {
             //    mod();