From 836700669fd455247182efae317dd6a91f9139fd Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Sun, 26 May 2013 08:46:27 +0200 Subject: [PATCH 1/2] Sort exported properties --- src/ol/view2d.exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/view2d.exports b/src/ol/view2d.exports index a7f9a63414..23e8adf837 100644 --- a/src/ol/view2d.exports +++ b/src/ol/view2d.exports @@ -1,4 +1,4 @@ @exportClass ol.View2D ol.View2DOptions -@exportProperty ol.View2D.prototype.fitExtent @exportProperty ol.View2D.prototype.calculateExtent +@exportProperty ol.View2D.prototype.fitExtent @exportProperty ol.View2D.prototype.getView2D From dab8c8dcd0faaa9b830415ba02ede2ac35e619c0 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Sun, 26 May 2013 08:56:06 +0200 Subject: [PATCH 2/2] Export constrainResolution and constrainRotation from ol.View2D --- src/ol/view2d.exports | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/view2d.exports b/src/ol/view2d.exports index 23e8adf837..aef1532459 100644 --- a/src/ol/view2d.exports +++ b/src/ol/view2d.exports @@ -1,4 +1,6 @@ @exportClass ol.View2D ol.View2DOptions @exportProperty ol.View2D.prototype.calculateExtent +@exportProperty ol.View2D.prototype.constrainResolution +@exportProperty ol.View2D.prototype.constrainRotation @exportProperty ol.View2D.prototype.fitExtent @exportProperty ol.View2D.prototype.getView2D