XObject.js
[app.Builder.js] / XObject.js
index 46e85fc..ea60be5 100644 (file)
@@ -312,7 +312,7 @@ XObject.prototype = {
             imports.console.dump(item);
             Seed.quit();
         }
-        print(this.xtype.type + ":pack=" + item.pack);
+        print(XObject.type(this.xtype) + ":pack=" + item.pack);
         
         if (item.pack===false) {  // no packing.. various items have this ..
             return;