From f22f1e1f0481e59e7341ab39c86d18ff29bd081a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 19 Dec 2013 13:57:49 +0100 Subject: [PATCH] Export ol.style.Stroke getters --- src/ol/style/strokestyle.exports | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ol/style/strokestyle.exports b/src/ol/style/strokestyle.exports index 20bb65ff96..3e2060e9d8 100644 --- a/src/ol/style/strokestyle.exports +++ b/src/ol/style/strokestyle.exports @@ -1 +1,7 @@ @exportSymbol ol.style.Stroke +@exportProperty ol.style.Stroke.prototype.getColor +@exportProperty ol.style.Stroke.prototype.getLineCap +@exportProperty ol.style.Stroke.prototype.getLineDash +@exportProperty ol.style.Stroke.prototype.getLineJoin +@exportProperty ol.style.Stroke.prototype.getMiterLimit +@exportProperty ol.style.Stroke.prototype.getWidth