mirror of https://github.com/vector-im/riot-web
EventIndexPeg: Move a docstring to the correct place.
parent
910c3ac08d
commit
ddb536e94a
|
@ -30,7 +30,8 @@ class EventIndexPeg {
|
||||||
this.index = null;
|
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
|
* @return {Promise<bool>} A promise that will resolve to true if an
|
||||||
* EventIndex was successfully initialized, false otherwise.
|
* EventIndex was successfully initialized, false otherwise.
|
||||||
|
|
Loading…
Reference in New Issue