Update listener.js (#199)

VueSocketIOListenler -> VueSocketIOListener
pull/202/head
Arie Miller 5 years ago committed by Metin Seylan
parent 68d4e5570b
commit 5cbf41a399

@ -38,7 +38,7 @@ export default class VueSocketIOListener {
this.onEvent(event, args)
};
VueSocketIOListenler.staticEvents.forEach(event => this.io.on(event, args => this.onEvent(event, args)))
VueSocketIOListener.staticEvents.forEach(event => this.io.on(event, args => this.onEvent(event, args)))
}
/**

Loading…
Cancel
Save