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

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