From d8a8526cde08d6f7a126c591e689c5273f09dada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 18 Feb 2009 06:26:35 +0000 Subject: [PATCH] add missing semi-colon, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@8869 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Protocol/WFS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Protocol/WFS.js b/lib/OpenLayers/Protocol/WFS.js index 3a2fcc05a8..73b29d62ea 100644 --- a/lib/OpenLayers/Protocol/WFS.js +++ b/lib/OpenLayers/Protocol/WFS.js @@ -18,7 +18,7 @@ OpenLayers.Protocol.WFS = function(options) { throw "Unsupported WFS version: " + options.version; } return new cls(options); -} +}; /** * Constant: OpenLayers.Protocol.WFS.DEFAULTS