Author: scottbw
Date: Wed Nov 9 16:39:57 2011
New Revision: 1199835
URL: http://svn.apache.org/viewvc?rev=1199835&view=rev
Log:
Ensure the widget.preferences object is read-only. See WOOKIE-205 and WOOKIE-20
Modified:
incubator/wookie/trunk/WebContent/shared/js/wookie-wrapper.js
Modified: incubator/wookie/trunk/WebContent/shared/js/wookie-wrapper.js
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/shared/js/wookie-wrapper.js?rev=1199835&r1=1199834&r2=1199835&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/shared/js/wookie-wrapper.js (original)
+++ incubator/wookie/trunk/WebContent/shared/js/wookie-wrapper.js Wed Nov 9
16:39:57 2011
@@ -341,6 +341,7 @@ var Widget = {
eval("this.preferences.prefs[\"" + key + "\"]=obj;");
}
this.preferences.calcLength();
+ Widget.setMetadataProperty("preferences",this.preferences);
},
/**