Rename _ol_events_EventTarget_ to EventTarget
This commit is contained in:
committed by
Frederic Junod
parent
5199371b9f
commit
c620688758
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
import {inherits} from '../index.js';
|
||||
import _ol_asserts_ from '../asserts.js';
|
||||
import _ol_events_EventTarget_ from '../events/EventTarget.js';
|
||||
import EventTarget from '../events/EventTarget.js';
|
||||
import EventType from '../events/EventType.js';
|
||||
|
||||
/**
|
||||
@@ -19,7 +19,7 @@ import EventType from '../events/EventType.js';
|
||||
*/
|
||||
var _ol_structs_LRUCache_ = function(opt_highWaterMark) {
|
||||
|
||||
_ol_events_EventTarget_.call(this);
|
||||
EventTarget.call(this);
|
||||
|
||||
/**
|
||||
* @type {number}
|
||||
@@ -52,7 +52,7 @@ var _ol_structs_LRUCache_ = function(opt_highWaterMark) {
|
||||
|
||||
};
|
||||
|
||||
inherits(_ol_structs_LRUCache_, _ol_events_EventTarget_);
|
||||
inherits(_ol_structs_LRUCache_, EventTarget);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user