Add tests for ol.style.IconImageCache
This commit is contained in:
@@ -437,6 +437,15 @@ ol.style.IconImageCache.getKey = function(src, crossOrigin) {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* FIXME empty description for jsdoc
|
||||
*/
|
||||
ol.style.IconImageCache.prototype.clear = function() {
|
||||
this.cache_ = {};
|
||||
this.cacheSize_ = 0;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* FIXME empty description for jsdoc
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user