Pman.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 05:59:25 +0000 (13:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 05:59:25 +0000 (13:59 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 084d11f..bde2e9a 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -792,6 +792,7 @@ Pman = new Roo.Document(
             // this is an error condition - the parent does not exist..
             // technically it should not happen..
             console.log(obj);
+            return;
         }
         if (!obj.parent.modules) {
             obj.parent.modules = new Roo.util.MixedCollection(false, function(o) { return o.modKey });