From dab8c8dcd0faaa9b830415ba02ede2ac35e619c0 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Sun, 26 May 2013 08:56:06 +0200 Subject: [PATCH] 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