XObject.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 May 2012 05:24:04 +0000 (13:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 May 2012 05:24:04 +0000 (13:24 +0800)
Attribute Changed :XObject.js

XObject.js

index 5c173f3..586067e 100644 (file)
@@ -117,12 +117,12 @@ function XObject (cfg) {
     var _this= this;
    var n=0; 
     var items = []
-print(this.items.length);
+print("len:" + this.items.length);
     this.items.forEach(function(i) {
          print(n++); 
        items.push(i);
     });
-    
+   print("done copy"); 
 
        this.items = [];
     // create XObject for all the children.