[OpenLayers-Commits] r11882 - trunk/openlayers/lib/OpenLayers/Format/WMC

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Apr 6 18:06:35 EDT 2011


Author: tschaub
Date: 2011-04-06 15:06:31 -0700 (Wed, 06 Apr 2011)
New Revision: 11882

Modified:
   trunk/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js
Log:
Correcting a typo from 11871.  Thanks jorix for the catch (see #3236, closes #3250).

Modified: trunk/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js	2011-04-06 15:35:24 UTC (rev 11881)
+++ trunk/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js	2011-04-06 22:06:31 UTC (rev 11882)
@@ -92,7 +92,7 @@
         
         // 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



More information about the Commits mailing list