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

9 lines
188 B
JavaScript
Raw Normal View History

2019-06-20 21:19:08 +00:00
'use strict'
const { EventEmitter } = require('events')
const { Tray } = process.atomBinding('tray')
Object.setPrototypeOf(Tray.prototype, EventEmitter.prototype)
module.exports = Tray