README.txt
[gitlive] / XObject.js
index 7588c03..114cda6 100644 (file)
@@ -383,8 +383,9 @@ XObject.prototype = {
         
                if (!this.el) {
                        print('missing el?');
-                       print(this.xtype);
-               }
+                       print(fn);
+                       print(JSON.stringify(this.cfg));
+                       }
                
                
         if (typeof(Seed) != 'undefined') {
@@ -754,6 +755,7 @@ XObject.extend(XObject,
             }
             
             XObject.log("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..