mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
(function () {
|
|
|
|
native function sendMessageToBrowserProcess(name, array);
|
|
|
|
this.atom = {
|
|
sendMessageToBrowserProcess: sendMessageToBrowserProcess
|
|
};
|
|
|
|
})();
|