mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -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