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(),