mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
missing space
This commit is contained in:
parent
393e2f809e
commit
6b50a63e95
@ -65,7 +65,7 @@ export abstract class BaseObservable<T> {
|
||||
|
||||
export function tests() {
|
||||
class Collection extends BaseObservable<{}> {
|
||||
firstSubscribeCalls: number= 0;
|
||||
firstSubscribeCalls: number = 0;
|
||||
firstUnsubscribeCalls: number = 0;
|
||||
|
||||
onSubscribeFirst() { this.firstSubscribeCalls += 1; }
|
||||
|
Loading…
Reference in New Issue
Block a user