Adding missing semicolon.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9031 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -22,7 +22,7 @@ OpenLayers.Format.WFST = function(options) {
|
|||||||
throw "Unsupported WFST version: " + options.version;
|
throw "Unsupported WFST version: " + options.version;
|
||||||
}
|
}
|
||||||
return new cls(options);
|
return new cls(options);
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constant: OpenLayers.Format.WFST.DEFAULTS
|
* Constant: OpenLayers.Format.WFST.DEFAULTS
|
||||||
|
|||||||
Reference in New Issue
Block a user