mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
FlowJS is not Flow
This commit is contained in:
parent
e7d48e00d2
commit
f452ea225a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const INCREMENT_ROOMS_SHOWN = 5; // Number of rooms to add when 'show more' is c
|
||||||
// for 3PIDs/email addresses.
|
// for 3PIDs/email addresses.
|
||||||
//
|
//
|
||||||
// Dev note: In order to allow us to compile the app correctly, this needs to be a class
|
// Dev note: In order to allow us to compile the app correctly, this needs to be a class
|
||||||
// even though FlowJS supports interfaces. It just means that we "extend" rather than "implement"
|
// even though Flow supports interfaces. It just means that we "extend" rather than "implement"
|
||||||
// in the classes, at least until TypeScript saves us.
|
// in the classes, at least until TypeScript saves us.
|
||||||
class Member {
|
class Member {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue