XObject.js
authoralan <alan@alanfast.akbkhome.com>
Thu, 15 Apr 2010 11:00:33 +0000 (19:00 +0800)
committeralan <alan@alanfast.akbkhome.com>
Thu, 15 Apr 2010 11:00:33 +0000 (19:00 +0800)
XObject.js

index 3f6de98..e23d11c 100644 (file)
@@ -149,7 +149,7 @@ XObject.prototype = {
         // copy.
         var args = Array.prototype.slice.call(typeof(item.pack) == 'string' ? [] : item.pack);
         args.unshift(item.el);
-        seed.print(args.join(','));
+        print(args.join(','));
         //Seed.print('args: ' + args.length);
         if (pack_m) {
             this.el[pack_m].apply(item.el, args);