Remove unused inherits

This commit is contained in:
Tim Schaub
2018-07-18 00:13:43 -06:00
parent 1a5cf52b61
commit b7b15eb7f0
63 changed files with 53 additions and 65 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* @module ol/style/Circle
*/
import {inherits} from '../util.js';
import RegularShape from '../style/RegularShape.js';
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* @module ol/style/Icon
*/
import {getUid, inherits} from '../util.js';
import {getUid} from '../util.js';
import ImageState from '../ImageState.js';
import {assert} from '../asserts.js';
import {asArray} from '../color.js';
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* @module ol/style/IconImage
*/
import {inherits} from '../util.js';
import {createCanvasContext2D} from '../dom.js';
import {listenOnce, unlistenByKey} from '../events.js';
import EventTarget from '../events/EventTarget.js';
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* @module ol/style/RegularShape
*/
import {inherits} from '../util.js';
import {asColorLike} from '../colorlike.js';
import {createCanvasContext2D} from '../dom.js';
import {CANVAS_LINE_DASH} from '../has.js';