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

9 lines
188 B
JavaScript
Raw Normal View History

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