Add missing cacheSize attribute

This commit is contained in:
Guillaume Beraudo
2016-01-21 14:39:42 +01:00
parent 7787bc2c07
commit f0e396678c
+1
View File
@@ -12,6 +12,7 @@ goog.require('ol.source.TileEvent');
/** /**
* @typedef {{attributions: (Array.<ol.Attribution>|undefined), * @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* cacheSize: (number|undefined),
* extent: (ol.Extent|undefined), * extent: (ol.Extent|undefined),
* logo: (string|olx.LogoOptions|undefined), * logo: (string|olx.LogoOptions|undefined),
* opaque: (boolean|undefined), * opaque: (boolean|undefined),