From 4f3a0f1267efc71b5ea2965dc2f6862cb4b1aaea Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 6 Apr 2011 22:06:31 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Format/WMC/v1_0_0.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Format/WMC/v1_0_0.js b/lib/OpenLayers/Format/WMC/v1_0_0.js index 6fd9c024bf..9968e6351f 100644 --- a/lib/OpenLayers/Format/WMC/v1_0_0.js +++ b/lib/OpenLayers/Format/WMC/v1_0_0.js @@ -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