Correcting a typo from 11871. Thanks jorix for the catch (see #3236, closes #3250).

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11882 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2011-04-06 22:06:31 +00:00
parent d711e36ed6
commit 4f3a0f1267

View File

@@ -92,7 +92,7 @@ OpenLayers.Format.WMC.v1_0_0 = OpenLayers.Class(
// optional DimensionList element
if (context.dimensions) {
node.appendChild(this.write_wmc_DimensionList(layer));
node.appendChild(this.write_wmc_DimensionList(context));
}
// OpenLayers specific properties go in an Extension element