FIX: receiving staticEvents messages (#181)

* FIX: receiving staticEvents messages
* return space :)
pull/188/head
Nikita Umnov 6 years ago committed by Metin Seylan
parent fb8e1f96c1
commit 4322054bfd

File diff suppressed because one or more lines are too long

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

Loading…
Cancel
Save