From 0c091e868c25e92d75ae3fbec61f24ca703dfc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 29 Aug 2013 13:57:05 +0200 Subject: [PATCH] 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. --- src/ol/feature.exports | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/feature.exports b/src/ol/feature.exports index 77a493fac0..1889f104c0 100644 --- a/src/ol/feature.exports +++ b/src/ol/feature.exports @@ -1,5 +1,4 @@ @exportSymbol ol.Feature -@exportProperty ol.Feature.prototype.get @exportProperty ol.Feature.prototype.getAttributes @exportProperty ol.Feature.prototype.getFeatureId @exportProperty ol.Feature.prototype.getGeometry