XObject.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 26 Nov 2010 07:44:31 +0000 (15:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 26 Nov 2010 07:44:31 +0000 (15:44 +0800)
XObject.js

index a596b16..a33f49b 100644 (file)
@@ -741,7 +741,7 @@ XObject.extend(XObject,
                 gname = XObject.type(cfg.xtype);
             
             }
-            
+            print("TRYING BASE OBJECT : " + gname);
             // in the situation where we have been called and there is a base object
             // defining the behavior..
             // then we should copy the prototypes from the base object into this..