removed trailing commas to fix example for IE.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9708 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2009-10-06 08:12:04 +00:00
parent f7143f7e02
commit 2c2bf63c3f

View File

@@ -130,7 +130,7 @@
);
var navigate = new OpenLayers.Control.Navigation({
title: "Pan Map",
title: "Pan Map"
});
var draw = new OpenLayers.Control.DrawFeature(
@@ -144,7 +144,7 @@
var edit = new OpenLayers.Control.ModifyFeature(wfs, {
title: "Modify Feature",
displayClass: "olControlModifyFeature",
displayClass: "olControlModifyFeature"
});
var del = new DeleteFeature(wfs, {title: "Delete Feature"});