Add missing cacheSize attribute

This commit is contained in:
Guillaume Beraudo
2016-01-21 14:39:42 +01:00
parent 7787bc2c07
commit f0e396678c

View File

@@ -12,6 +12,7 @@ goog.require('ol.source.TileEvent');
/**
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* cacheSize: (number|undefined),
* extent: (ol.Extent|undefined),
* logo: (string|olx.LogoOptions|undefined),
* opaque: (boolean|undefined),