From 4975ed8fd1f8faf2a293890e34c944a55ac54fff Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 12 Mar 2009 16:48:27 +0000 Subject: [PATCH] Adding missing semicolon. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9031 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/WFST.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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