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
+2 -2
View File
@@ -1,7 +1,7 @@
/**
* @module ol/layer/Group
*/
import {getUid, inherits} from '../util.js';
import {getUid} from '../util.js';
import Collection from '../Collection.js';
import CollectionEventType from '../CollectionEventType.js';
import {getChangeEventType} from '../Object.js';
@@ -105,7 +105,7 @@ class LayerGroup extends BaseLayer {
* @param {module:ol/events/Event} event Event.
* @private
*/
handleLayersChanged_(event) {
handleLayersChanged_() {
this.layersListenerKeys_.forEach(unlistenByKey);
this.layersListenerKeys_.length = 0;