From 2c2bf63c3fd6d6c4be8ab8a5247da02066266889 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 6 Oct 2009 08:12:04 +0000 Subject: [PATCH] removed trailing commas to fix example for IE. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9708 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/wfs-protocol-transactions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/wfs-protocol-transactions.html b/examples/wfs-protocol-transactions.html index cc72a4bd25..9a783d799a 100644 --- a/examples/wfs-protocol-transactions.html +++ b/examples/wfs-protocol-transactions.html @@ -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"});