chore: dead code

This commit is contained in:
cha0s 2019-05-03 01:20:14 -05:00
parent 8a34bf2db8
commit 093b7d7572

View File

@ -11,7 +11,6 @@ export function EventEmitterMixin(Superclass) {
constructor(...args) {
super(...args);
this.$$cachedListenerLookup = () => {}
this.$$events = Object.create(null);
}