mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
EventIndexPeg: Move a docstring to the correct place.
This commit is contained in:
parent
910c3ac08d
commit
ddb536e94a
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ class EventIndexPeg {
|
|||
this.index = null;
|
||||
}
|
||||
|
||||
/** Create a new EventIndex and initialize it if the platform supports it.
|
||||
/**
|
||||
* Create a new EventIndex and initialize it if the platform supports it.
|
||||
*
|
||||
* @return {Promise<bool>} A promise that will resolve to true if an
|
||||
* EventIndex was successfully initialized, false otherwise.
|
||||
|
|
Loading…
Reference in a new issue