Use ipcMain in Electron's code
This commit is contained in:
parent
844cea8f21
commit
751af25f37
11 changed files with 16 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
EventEmitter = require('events').EventEmitter
|
||||
app = require 'app'
|
||||
ipc = require 'ipc'
|
||||
ipc = require 'ipc-main'
|
||||
deprecate = require 'deprecate'
|
||||
|
||||
BrowserWindow = process.atomBinding('window').BrowserWindow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue