From cf6a27fca39c2c0720f0f6dc999ab8632d55f76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 20 Feb 2013 11:54:35 +0100 Subject: [PATCH] Export ol.Extent.prototype.getHeight and getWidth --- src/ol/extent.exports | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/extent.exports b/src/ol/extent.exports index 23e1785d4f..b52ee8007a 100644 --- a/src/ol/extent.exports +++ b/src/ol/extent.exports @@ -1,2 +1,3 @@ @exportSymbol ol.Extent - +@exportProperty ol.Extent.prototype.getHeight +@exportProperty ol.Extent.prototype.getWidth