XObject.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Nov 2010 10:59:15 +0000 (18:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Nov 2010 10:59:15 +0000 (18:59 +0800)
XObject.js

index 82856c2..4fc2465 100644 (file)
@@ -312,7 +312,7 @@ XObject.prototype = {
             imports.console.dump(item);
             Seed.quit();
         }
-        print(this.cfg.xtype + ":pack=" + item.pack);
+        print(this.xtype.type + ":pack=" + item.pack);
         
         if (item.pack===false) {  // no packing.. various items have this ..
             return;