Pman.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:03:38 +0000 (16:03 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:03:38 +0000 (16:03 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 6468f75..3ca32a7 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -804,8 +804,8 @@ Pman = new Roo.Document(
         }
         
         if (typeof(obj.parent) == 'undefined') {
-            console.log("Parent is undefined");
-            console.log(obj);
+            Roo.log("Parent is undefined");
+            Roo.log(obj);
             obj.disabled = true;
             return;
         }
@@ -813,8 +813,8 @@ Pman = new Roo.Document(
             
         if (obj.parent === false) {
             obj.disabled = true;
-            console.log('ignoring top level object (as parent===false found)');
-            console.log(obj);
+            Roo.log('ignoring top level object (as parent===false found)');
+            Roo.log(obj);
             return;
         }
         // this is an error condition - the parent does not exist..