Merge pull request #3570 from gberaudo/required_api

Add missing @api
This commit is contained in:
Éric Lemoine
2015-04-16 11:42:38 +02:00
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ goog.require('ol.xml');
/**
* @api
* @typedef {function(this:ol.source.Vector, ol.Extent, number,
* ol.proj.Projection)}
*/

View File

@@ -6,6 +6,7 @@ goog.require('ol.TileCoord');
/**
* @typedef {function(ol.Extent, number): Array.<ol.Extent>}
* @api
*/
ol.LoadingStrategy;