mirror of https://github.com/vector-im/riot-web
Appease the linter
parent
bdcb65de77
commit
7ea61e4105
|
@ -78,6 +78,7 @@ export default class WidgetMessaging {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tells the widget that the client is ready to handle further widget requests.
|
* Tells the widget that the client is ready to handle further widget requests.
|
||||||
|
* @returns {Promise<*>} Resolves after the widget has acknowledged the ready message.
|
||||||
*/
|
*/
|
||||||
flagReadyToContinue() {
|
flagReadyToContinue() {
|
||||||
return this.messageToWidget({
|
return this.messageToWidget({
|
||||||
|
|
Loading…
Reference in New Issue