electron/spec/fixtures/module/call.js

8 lines
111 B
JavaScript
Raw Normal View History

2016-03-25 13:03:49 -07:00
exports.call = function (func) {
return func()
}
2016-03-25 13:03:49 -07:00
exports.constructor = function () {
this.test = 'test'
}