electron/lib/browser/api/tray.js
Jeremy Apthorp a3e28788ce
refactor: ginify Tray (#22822)
* refactor: ginify Tray

* lint

* improve argument parsing logic

* remove redundant imports from tray.js

* new Tray produces an instanceof Tray

* make Constructible generic

* lint

* clean up on exit
2020-03-30 10:32:02 +09:00

5 lines
89 B
JavaScript

'use strict';
const { Tray } = process.electronBinding('tray');
module.exports = Tray;