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),