Add @struct annotation for simple classes

This commit is contained in:
Tom Payne
2013-12-04 15:44:03 +01:00
parent 2bcfa9ee00
commit fbc23499e4
19 changed files with 31 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ ol.DEFAULT_TILE_CACHE_HIGH_WATER_MARK = 2048;
* @constructor
* @extends {ol.structs.LRUCache.<ol.Tile>}
* @param {number=} opt_highWaterMark High water mark.
* @struct
*/
ol.TileCache = function(opt_highWaterMark) {