Add dialog.showErrorBox API

This commit is contained in:
Cheng Zhao 2014-11-05 16:04:39 +08:00
parent e004d53d2a
commit 490a12d38a
3 changed files with 9 additions and 0 deletions

View file

@ -93,5 +93,8 @@ module.exports =
window,
callback
showErrorBox: (args...) ->
binding.showErrorBox args...
# Mark standard asynchronous functions.
v8Util.setHiddenValue f, 'asynchronous', true for k, f of module.exports