mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-26 00:54:04 +08:00
5 lines
89 B
Text
5 lines
89 B
Text
|
module.exports = function() {
|
||
|
window.emit('some-event', 1, 2, 3);
|
||
|
return 'hello';
|
||
|
};
|