mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove empty _init
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user