Shorter module paths for default exports
This commit is contained in:
@@ -7,7 +7,7 @@ import {fromKey, getKey} from './tilecoord.js';
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {module:ol/structs/LRUCache~LRUCache.<module:ol/Tile~Tile>}
|
||||
* @extends {module:ol/structs/LRUCache.<module:ol/Tile>}
|
||||
* @param {number=} opt_highWaterMark High water mark.
|
||||
* @struct
|
||||
*/
|
||||
@@ -21,7 +21,7 @@ inherits(TileCache, LRUCache);
|
||||
|
||||
|
||||
/**
|
||||
* @param {!Object.<string, module:ol/TileRange~TileRange>} usedTiles Used tiles.
|
||||
* @param {!Object.<string, module:ol/TileRange>} usedTiles Used tiles.
|
||||
*/
|
||||
TileCache.prototype.expireCache = function(usedTiles) {
|
||||
while (this.canExpireCache()) {
|
||||
|
||||
Reference in New Issue
Block a user