From 3066b50956ca006e1224e8f3a8db9a8d0c86767d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 21 Feb 2011 16:12:55 +0000 Subject: [PATCH] Removing the ie-killer trailing comma to make the mobile.html example work for crschmidt (and debunking the myth that you can't render a map with a script in the body). git-svn-id: http://svn.openlayers.org/trunk/openlayers@11205 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mobile.js b/examples/mobile.js index 54b5af134b..e8826b780c 100644 --- a/examples/mobile.js +++ b/examples/mobile.js @@ -30,7 +30,7 @@ function init() { new OpenLayers.Control.DrawFeature( vector, OpenLayers.Handler.Polygon, {id: "poly-control"} ), - new OpenLayers.Control.ModifyFeature(vector, {id: "mod-control"}), + new OpenLayers.Control.ModifyFeature(vector, {id: "mod-control"}) ], layers: [new OpenLayers.Layer.OSM(), vector], center: new OpenLayers.LonLat(0, 0),