mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
Require ipc-renderer where it belongs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
_ = require 'underscore-plus'
|
||||
ipc = require 'ipc-main'
|
||||
ipc = require 'ipc-renderer'
|
||||
remote = require 'remote'
|
||||
shell = require 'shell'
|
||||
webFrame = require 'web-frame'
|
||||
|
||||
Reference in New Issue
Block a user