Export shared icon image class from IconImageCache module

This commit is contained in:
Tim Schaub
2018-04-23 17:40:20 -06:00
parent 6631b58e6b
commit e28305186c
6 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import {listenOnce, unlistenByKey} from '../events.js';
import EventTarget from '../events/EventTarget.js';
import EventType from '../events/EventType.js';
import ImageState from '../ImageState.js';
import {iconImageCache} from '../style.js';
import {shared as iconImageCache} from '../style/IconImageCache.js';
/**
* @constructor