Skip to content

Commit

Permalink
Lint error fixed zulip#110 [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lplenka committed Apr 2, 2017
1 parent d5e6184 commit 40f81af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/renderer/js/tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ const createTray = function () {
},
{
label: 'Reload',
click(item, focusedWindow) {
remote.getCurrentWindow().reload();
window.tray.destroy();
}
click() {
remote.getCurrentWindow().reload();
window.tray.destroy();
}
},
{
type: 'separator'
Expand Down

0 comments on commit 40f81af

Please sign in to comment.