Expose through the actual JS API too

This commit is contained in:
joshaber 2017-04-03 15:25:06 -04:00
parent bcecba20e6
commit 0b7ffd094a

View file

@ -280,6 +280,10 @@ module.exports = {
showErrorBox: function (...args) { showErrorBox: function (...args) {
return binding.showErrorBox(...args) return binding.showErrorBox(...args)
},
showCertificateTrustDialog: function (...args) {
return binding.showCertificateTrustDialog(...args)
} }
} }