diff --git a/lib/OpenLayers/Format/WFST.js b/lib/OpenLayers/Format/WFST.js index 478c689f44..5d7ec939f9 100644 --- a/lib/OpenLayers/Format/WFST.js +++ b/lib/OpenLayers/Format/WFST.js @@ -22,7 +22,7 @@ OpenLayers.Format.WFST = function(options) { throw "Unsupported WFST version: " + options.version; } return new cls(options); -} +}; /** * Constant: OpenLayers.Format.WFST.DEFAULTS