XObject.js
authorAlan Knowles <alan@akkbhome.com>
Sun, 16 May 2010 01:36:14 +0000 (09:36 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 16 May 2010 01:36:14 +0000 (09:36 +0800)
XObject.js

index cd65f80..5f7acc3 100644 (file)
@@ -254,7 +254,7 @@ XObject.prototype = {
         var args = [];
         var pack_m  = false;
         if (typeof(item.pack) == 'string') {
-            pack_m = item.pack;
+            pack_m = item.pack.split(',');
         } else {
             pack_m = item.pack.shift();
             args = item.pack;