Pman.js
authorAlan Knowles <alan@akbkhome.com>
Sat, 31 Mar 2012 08:35:40 +0000 (16:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 31 Mar 2012 08:35:40 +0000 (16:35 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index c2b212c..f509a75 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -868,9 +868,11 @@ Pman = new Roo.Document(
     register : function(obj)
     {
         
-        this.xregister(obj);
+        //this.xregister(obj);
         
         Roo.log("CALLING XComponent register with : " + obj.name);
+        
+        // this will call xregister as it's the on.register handler..
         Roo.XComponent.register(obj);
         /*