standardize by hand
This commit is contained in:
parent
e6698102c9
commit
2c3cacdc08
8 changed files with 16 additions and 15 deletions
|
@ -17,7 +17,7 @@ Tray.prototype.setContextMenu = function (menu) {
|
|||
this._setContextMenu(menu)
|
||||
|
||||
// Keep a strong reference of menu.
|
||||
return this.menu = menu
|
||||
this.menu = menu
|
||||
}
|
||||
|
||||
module.exports = Tray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue