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

index fbe9f5d..d5ce96b 100644 (file)
@@ -86,6 +86,7 @@ function XObject (cfg) {
     
     
     // copy down all elements into self..
+    // make an extra copy in this.config?? - which is the one used in the constructor later
     
     for (var i in cfg) {
         this[i] = cfg[i];