asarfuckery/electronasar/canary/browser/api/tray.js

6 lines
226 B
JavaScript
Raw Normal View History

2019-07-01 23:00:17 +00:00
'use strict';
const { EventEmitter } = require('events');
const { Tray } = process.electronBinding('tray');
Object.setPrototypeOf(Tray.prototype, EventEmitter.prototype);
module.exports = Tray;
//# sourceMappingURL=tray.js.map