From 21263f918462ff5319a97e9746bf1293f0a52f43 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 2 Apr 2015 12:13:50 +0200 Subject: [PATCH] Stable view methods --- src/ol/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/view.js b/src/ol/view.js index 5fba81032a..fd5cb96b2b 100644 --- a/src/ol/view.js +++ b/src/ol/view.js @@ -272,7 +272,7 @@ ol.View.prototype.getHints = function() { * that is `map.getSize()`. * @param {ol.Size} size Box pixel size. * @return {ol.Extent} Extent. - * @api + * @api stable */ ol.View.prototype.calculateExtent = function(size) { goog.asserts.assert(this.isDef(),