diff --git a/main/ipc.js b/main/ipc.js index 9439d973..8ec80b94 100644 --- a/main/ipc.js +++ b/main/ipc.js @@ -1,5 +1,5 @@ module.exports = { - init: init + init } var debug = require('debug')('webtorrent-app:ipcMain') diff --git a/main/menu.js b/main/menu.js index dc4eb038..6aa9583e 100644 --- a/main/menu.js +++ b/main/menu.js @@ -1,11 +1,11 @@ module.exports = { - init: init, - onToggleFullScreen: onToggleFullScreen, - onWindowHide: onWindowHide, - onWindowShow: onWindowShow, - showOpenTorrentFile: showOpenTorrentFile, - showCreateTorrent: showCreateTorrent, - toggleFullScreen: toggleFullScreen + init, + onToggleFullScreen, + onWindowHide, + onWindowShow, + showCreateTorrent, + showOpenTorrentFile, + toggleFullScreen } var debug = require('debug')('webtorrent-app:menu') diff --git a/main/shortcuts.js b/main/shortcuts.js index 589c9fa0..abe4698a 100644 --- a/main/shortcuts.js +++ b/main/shortcuts.js @@ -1,5 +1,5 @@ module.exports = { - init: init + init } var electron = require('electron')