mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-12 15:33:47 +01:00
lib/client: fix typo
That one turned out to be surprisingly tricky to dig out.
This commit is contained in:
parent
977752e0f2
commit
afa09cfc25
@ -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…
x
Reference in New Issue
Block a user