electron/spec/fixtures/module/call.js
2016-03-30 17:00:31 -07:00

7 lines
111 B
JavaScript

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