Skip to content

Commit 5cbf41a

Browse files
RenariMetinSeylan
authored andcommitted
Update listener.js (MetinSeylan#199)
VueSocketIOListenler -> VueSocketIOListener
1 parent 68d4e55 commit 5cbf41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/listener.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default class VueSocketIOListener {
3838

3939
this.onEvent(event, args)
4040
};
41-
VueSocketIOListenler.staticEvents.forEach(event => this.io.on(event, args => this.onEvent(event, args)))
41+
VueSocketIOListener.staticEvents.forEach(event => this.io.on(event, args => this.onEvent(event, args)))
4242
}
4343

4444
/**

0 commit comments

Comments
 (0)