Update listener.js (#199)

VueSocketIOListenler -> VueSocketIOListener
This commit is contained in:
Arie Miller 2019-03-06 20:37:20 -05:00 committed by Metin Seylan
parent 68d4e5570b
commit 5cbf41a399

View file

@ -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)))
}
/**