Skip to content

Commit

Permalink
🔧 Lint Error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lplenka committed Apr 14, 2017
1 parent 184e1a5 commit 7efe90e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/main/windowmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ function about() {
});
}


ipc.on('trayabout', event => {
if (event) {
about();
Expand All @@ -96,7 +95,6 @@ ipc.on('traychangeserver', event => {
}
});
module.exports = {
addDomain,
about
addDomain,
about
};

0 comments on commit 7efe90e

Please sign in to comment.