No more need of manually setting process as local variable

This commit is contained in:
Cheng Zhao 2015-09-22 14:30:54 +08:00
parent eccb5e7590
commit 42515c6f41
4 changed files with 8 additions and 12 deletions

View file

@ -1,4 +1,3 @@
process = global.process
ipc = require 'ipc'
v8Util = process.atomBinding 'v8_util'
CallbacksRegistry = require 'callbacks-registry'