Adding missing semicolon.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9031 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-03-12 16:48:27 +00:00
parent ece39fb1b5
commit 4975ed8fd1

View File

@@ -22,7 +22,7 @@ OpenLayers.Format.WFST = function(options) {
throw "Unsupported WFST version: " + options.version;
}
return new cls(options);
}
};
/**
* Constant: OpenLayers.Format.WFST.DEFAULTS