XObject.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 13 Oct 2010 05:42:21 +0000 (13:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 13 Oct 2010 05:42:21 +0000 (13:42 +0800)
XObject.js

index a0f0f7e..fbe9f5d 100644 (file)
@@ -134,6 +134,7 @@ function XObject (cfg) {
         items.push(i);
     });
     this.items = [];
+    // create XObject for all the children.
     items.forEach(function(i,n) {
          
         var item = (i.constructor == XObject) ? o : new XObject(i);