WKT: Removed unused variables from write() method

This commit is contained in:
Tobias Bieniek
2012-12-28 19:30:10 +01:00
parent 60a02e343b
commit 69d759635f

View File

@@ -95,7 +95,7 @@ OpenLayers.Format.WKT = OpenLayers.Class(OpenLayers.Format, {
* {String} The WKT string representation of the input geometries
*/
write: function(features) {
var collection, geometry, type, data, isCollection;
var collection, geometry, isCollection;
if (features.constructor == Array) {
collection = features;
isCollection = true;