Stable view methods

This commit is contained in:
Tim Schaub
2015-04-02 12:13:50 +02:00
parent 89dc3a254b
commit 21263f9184

View File

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