ol.Feature.prototype.get need not be exported
get is not overridden in ol.Feature.prototype, so there's no need for a specific export.
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
@exportSymbol ol.Feature
|
@exportSymbol ol.Feature
|
||||||
@exportProperty ol.Feature.prototype.get
|
|
||||||
@exportProperty ol.Feature.prototype.getAttributes
|
@exportProperty ol.Feature.prototype.getAttributes
|
||||||
@exportProperty ol.Feature.prototype.getFeatureId
|
@exportProperty ol.Feature.prototype.getFeatureId
|
||||||
@exportProperty ol.Feature.prototype.getGeometry
|
@exportProperty ol.Feature.prototype.getGeometry
|
||||||
|
|||||||
Reference in New Issue
Block a user