This commit is contained in:
Feross Aboukhadijeh
2016-03-25 23:49:04 -07:00
parent cc3dadb025
commit fb36cd290f
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
init: init
init
}
var debug = require('debug')('webtorrent-app:ipcMain')

View File

@@ -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')

View File

@@ -1,5 +1,5 @@
module.exports = {
init: init
init
}
var electron = require('electron')