XObject.js
authoralan <alan@alanfast.akbkhome.com>
Thu, 15 Apr 2010 10:49:59 +0000 (18:49 +0800)
committeralan <alan@alanfast.akbkhome.com>
Thu, 15 Apr 2010 10:49:59 +0000 (18:49 +0800)
XObject.js

index e19fa85..7ef4893 100644 (file)
@@ -130,7 +130,7 @@ XObject.prototype = {
             item.parent = this;
             return;
         }
-        
+        print(item.pack);
         
         var pack_m = typeof(item.pack) == 'string' ?  item.pack :  item.pack.shift();