add missing semi-colon, no functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8869 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2009-02-18 06:26:35 +00:00
parent 55f40e224a
commit d8a8526cde

View File

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