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

index 1ebe15d..4349207 100644 (file)
@@ -149,6 +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(',");
         //Seed.print('args: ' + args.length);
         if (pack_m) {
             this.el[pack_m].apply(item.el, args);