electron/spec/fixtures/module/call.js
2013-08-25 17:22:36 +08:00

3 lines
51 B
JavaScript

exports.call = function(func) {
return func();
}