[fusion-commits] r1706 - trunk/layers
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Dec 4 10:43:03 EST 2008
Author: pdeschamps
Date: 2008-12-04 10:43:03 -0500 (Thu, 04 Dec 2008)
New Revision: 1706
Modified:
trunk/layers/Layers.js
Log:
fixed issue with Layer MS_DEFAULT referenes bug#39
Modified: trunk/layers/Layers.js
===================================================================
--- trunk/layers/Layers.js 2008-12-04 15:42:38 UTC (rev 1705)
+++ trunk/layers/Layers.js 2008-12-04 15:43:03 UTC (rev 1706)
@@ -440,6 +440,7 @@
this.displayInLegend = o.displayInLegend;
this.expandInLegend = o.expandInLegend;
this.actuallyVisible = o.actuallyVisible;
+ this.statusDefault = o.statusdefault;
this.editable = o.editable;
this.visible = o.visible;
this.selectable = o.selectable;
More information about the fusion-commits
mailing list