[OpenLayers-Commits] r12191 - trunk/openlayers/tests/Format/Filter

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Jul 26 05:45:59 EDT 2011


Author: fredj
Date: 2011-07-26 02:45:58 -0700 (Tue, 26 Jul 2011)
New Revision: 12191

Modified:
   trunk/openlayers/tests/Format/Filter/v1.html
Log:
remove global variable. Non-functional change. p=geographika (closes #3438)

Modified: trunk/openlayers/tests/Format/Filter/v1.html
===================================================================
--- trunk/openlayers/tests/Format/Filter/v1.html	2011-07-26 07:49:00 UTC (rev 12190)
+++ trunk/openlayers/tests/Format/Filter/v1.html	2011-07-26 09:45:58 UTC (rev 12191)
@@ -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();



More information about the Commits mailing list