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

7 lines
115 B
JavaScript

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