electron/spec-main/fixtures/module/call.js

8 lines
111 B
JavaScript
Raw Normal View History

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