Only schedule the icon cache expire when it's needed

This commit is contained in:
Frederic Junod
2018-12-19 14:25:02 +01:00
parent a4fe067aad
commit 3193de0906
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ import {create as createTransform, apply as applyTransform} from './transform.js
/**
* @typedef {function(PluggableMap, ?FrameState): boolean} PostRenderFunction
* @typedef {function(PluggableMap, ?FrameState): any} PostRenderFunction
*/