Add missing @api

These types are referenced in the externs but were not declared.
Found by ol3-cesium.
This commit is contained in:
Guillaume Beraudo
2015-04-16 11:06:00 +02:00
parent ab9846ff24
commit 65614d74f8
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, * @typedef {function(this:ol.source.Vector, ol.Extent, number,
* ol.proj.Projection)} * ol.proj.Projection)}
*/ */

View File

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