mirror of
https://github.com/electron/electron.git
synced 2026-02-04 20:25:19 -05:00
Verified migration doc (nothing to be done) http://eslint.org/docs/user-guide/migrating-to-2.0.0 And made sure the eslint tasks passed
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
exports.call = function(func) {
|
|
return func();
|
|
};
|
|
|
|
exports.constructor = function() {
|
|
this.test = 'test';
|
|
};
|