[OpenLayers-Commits] r11205 - trunk/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Mon Feb 21 11:12:55 EST 2011


Author: tschaub
Date: 2011-02-21 08:12:55 -0800 (Mon, 21 Feb 2011)
New Revision: 11205

Modified:
   trunk/openlayers/examples/mobile.js
Log:
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).

Modified: trunk/openlayers/examples/mobile.js
===================================================================
--- trunk/openlayers/examples/mobile.js	2011-02-21 16:12:34 UTC (rev 11204)
+++ trunk/openlayers/examples/mobile.js	2011-02-21 16:12:55 UTC (rev 11205)
@@ -30,7 +30,7 @@
             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),



More information about the Commits mailing list