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

index 1d29ebe..28e0e2c 100644 (file)
@@ -161,7 +161,7 @@ XObject.prototype = {
         print('[' + args.join(',') +']');
         //Seed.print('args: ' + args.length);
         if (pack_m) {
-            this.el[pack_m].apply(item.el, args);
+            this.el[pack_m].apply(this.el, args);
         }
         
         item.parent = this;