electron/spec-main/fixtures/module/call.js
2019-12-09 10:27:30 -08:00

7 lines
111 B
JavaScript

exports.call = function (func) {
return func()
}
exports.constructor = function () {
this.test = 'test'
}