mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
* 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
6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
'use strict';
|
|
|
|
const { Tray } = process.electronBinding('tray');
|
|
|
|
module.exports = Tray;
|