Use camelCase

This commit is contained in:
syuilo
2018-12-09 23:10:02 +09:00
parent dffcefb81f
commit 284df27435
5 changed files with 5 additions and 5 deletions

View File

@ -111,7 +111,7 @@ export default Vue.extend({
this.connection = this.$root.stream.useSharedConnection('main');
this.connection.on('reversiInvited', this.onReversiInvited);
this.connection.on('reversi_no_invites', this.onReversiNoInvites);
this.connection.on('reversiNoInvites', this.onReversiNoInvites);
}
},