From: Alan Knowles Date: Wed, 13 Oct 2010 05:43:12 +0000 (+0800) Subject: XObject.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=12828c11816d01b4f3adc0a38221fbf174cf3cb9 XObject.js --- diff --git a/XObject.js b/XObject.js index fbe9f5d3c..d5ce96b3d 100644 --- a/XObject.js +++ b/XObject.js @@ -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];