From 35054c4a41dcc562a0645531d3c3450142d36584 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 16 Dec 2007 01:08:46 +0000 Subject: [PATCH] non-functional change - just removing an extra comma from r5435 to appease IE (see #1067) git-svn-id: http://svn.openlayers.org/trunk/openlayers@5436 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/GeoJSON.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Format/GeoJSON.js b/lib/OpenLayers/Format/GeoJSON.js index 90d5ce347c..d6f9d72ee2 100644 --- a/lib/OpenLayers/Format/GeoJSON.js +++ b/lib/OpenLayers/Format/GeoJSON.js @@ -672,7 +672,7 @@ OpenLayers.Format.GeoJSON = OpenLayers.Class(OpenLayers.Format.JSON, { ); } return array; - }, + } },