chore: dead code
This commit is contained in:
parent
8a34bf2db8
commit
093b7d7572
|
@ -11,7 +11,6 @@ export function EventEmitterMixin(Superclass) {
|
|||
|
||||
constructor(...args) {
|
||||
super(...args);
|
||||
this.$$cachedListenerLookup = () => {}
|
||||
this.$$events = Object.create(null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user