remove unused olx.source.OSMXMLOptions#defaultStyle property

This commit is contained in:
Frederic Junod
2014-08-27 11:19:15 +02:00
parent b7ca592334
commit d3c2e40c84

View File

@@ -3931,7 +3931,6 @@ olx.source.OSMOptions.prototype.url;
/**
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* defaultStyle: (Array.<ol.style.Style>|undefined),
* doc: (Document|undefined),
* logo: (string|olx.LogoOptions|undefined),
* node: (Node|undefined),
@@ -3953,14 +3952,6 @@ olx.source.OSMXMLOptions;
olx.source.OSMXMLOptions.prototype.attributions;
/**
* Default style.
* @type {Array.<ol.style.Style>|undefined}
* @api
*/
olx.source.OSMXMLOptions.prototype.defaultStyle;
/**
* Document.
* @type {Document|undefined}