Remove empty _init
This commit is contained in:
parent
58473f41ab
commit
7ad86a12b4
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@ const Tray = process.atomBinding('tray').Tray
|
|||
|
||||
Object.setPrototypeOf(Tray.prototype, EventEmitter.prototype)
|
||||
|
||||
Tray.prototype._init = function () {
|
||||
}
|
||||
|
||||
Tray.prototype.setContextMenu = function (menu) {
|
||||
this._setContextMenu(menu)
|
||||
|
||||
|
|
Loading…
Reference in a new issue