From 84e98b4422746e51af3a3b5858e156dcebb7274e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 19 Dec 2013 13:58:03 +0100 Subject: [PATCH] Export ol.style.Style getters --- src/ol/style/style.exports | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ol/style/style.exports b/src/ol/style/style.exports index c6eea6e449..94767397d0 100644 --- a/src/ol/style/style.exports +++ b/src/ol/style/style.exports @@ -1 +1,6 @@ @exportSymbol ol.style.Style +@exportProperty ol.style.Style.prototype.getFill +@exportProperty ol.style.Style.prototype.getImage +@exportProperty ol.style.Style.prototype.getStroke +@exportProperty ol.style.Style.prototype.getText +@exportProperty ol.style.Style.prototype.getZIndex