mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 11:15:13 -05:00
lib/client: fix typo
That one turned out to be surprisingly tricky to dig out.
This commit is contained in:
parent
67667e073e
commit
464b6d20eb
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ export default class Client extends EventTarget {
|
|||
constructor(params) {
|
||||
super();
|
||||
|
||||
this.handleOneline = this.handleOnline.bind(this);
|
||||
this.handleOnline = this.handleOnline.bind(this);
|
||||
|
||||
this.params = { ...this.params, ...params };
|
||||
|
||||
|
|
Loading…
Reference in a new issue