From 8d3811a79c1b4f2772ffa31124df3a5e1d4bd9b6 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 11 Nov 2013 19:14:16 +0100 Subject: [PATCH] Add ol.Feature exports --- src/ol/feature.exports | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ol/feature.exports b/src/ol/feature.exports index 5e93264ce8..69f6322038 100644 --- a/src/ol/feature.exports +++ b/src/ol/feature.exports @@ -1 +1,4 @@ @exportSymbol ol.Feature +@exportProperty ol.Feature.prototype.getGeometry +@exportProperty ol.Feature.prototype.getId +@exportProperty ol.Feature.prototype.setId