XObject.js
[app.Builder.js] / XObject.js
index 94012ce..b2723ad 100644 (file)
@@ -276,6 +276,7 @@ XObject.prototype = {
         if (pack_m && typeof(this.el[pack_m]) == 'undefined') {
             
             Seed.print('pack method not available : ' + this.xtype + '.' +  pack_m);
+            console.dump(this);
             var p = this.parent;
             while (p) {
                 Seed.print('PARENT: ' + p.xtype);