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