Convert all source files to JavaScript
This commit is contained in:
parent
403870a27e
commit
1f9691ae13
144 changed files with 11211 additions and 7301 deletions
10
atom/browser/api/lib/ipc.js
Normal file
10
atom/browser/api/lib/ipc.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
var deprecate, ipcMain, ref;
|
||||
|
||||
ref = require('electron'), deprecate = ref.deprecate, ipcMain = ref.ipcMain;
|
||||
|
||||
|
||||
/* This module is deprecated, we mirror everything from ipcMain. */
|
||||
|
||||
deprecate.warn('ipc module', 'require("electron").ipcMain');
|
||||
|
||||
module.exports = ipcMain;
|
Loading…
Add table
Add a link
Reference in a new issue