From 7bcf20bd33fb81d33cc6ba708b5520e8c454ca72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Tue, 26 Jul 2011 09:45:58 +0000 Subject: [PATCH] remove global variable. Non-functional change. p=geographika (closes #3438) git-svn-id: http://svn.openlayers.org/trunk/openlayers@12191 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Format/Filter/v1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Format/Filter/v1.html b/tests/Format/Filter/v1.html index 703d5e80bc..b109b31325 100644 --- a/tests/Format/Filter/v1.html +++ b/tests/Format/Filter/v1.html @@ -7,7 +7,7 @@ t.plan(6); - var test_wml, parser, xml; + var test_xml, parser, xml; parser = new OpenLayers.Format.Filter.v1(); xml = new OpenLayers.Format.XML();