Allow the C++ JS binding function to accept arbitrary long arguments

This commit is contained in:
Cheng Zhao 2015-07-23 15:00:42 +08:00
parent da724d65d7
commit 1578d2fda9
3 changed files with 7 additions and 10 deletions

View file

@ -105,7 +105,9 @@ module.exports =
options.buttons,
options.cancelId,
0,
[options.title, options.message, options.detail],
options.title,
options.message,
options.detail,
options.icon,
window,
callback