Ability to be closed programmatically

This commit is contained in:
2016-02-22 03:09:07 +08:00
parent d8736696db
commit 15844c9f0c
2 changed files with 11 additions and 7 deletions

View File

@@ -5,3 +5,5 @@ Components.MessageBox = function() {};
Components.MessageBox.setHandler;
/** @type {Function} */
Components.MessageBox.show;
/** @type {Function} */
Components.MessageBox.close;