add more docs, fix minor bug on dialog registration

This commit is contained in:
lxsang
2020-06-15 18:10:13 +02:00
parent 218f6142c6
commit 977bf0c62f
7 changed files with 400 additions and 76 deletions

View File

@ -242,7 +242,7 @@ namespace OS {
*/
export var quota: 0;
/**
* Place holder of all global events listeners
* Placeholder of all global events listeners
*/
export var listeners: API.AnnouncerListenerType = {};