Clean the init.coffee

This commit is contained in:
Cheng Zhao 2015-01-21 17:38:26 -08:00
parent 7210f6e64d
commit 4ba3e101f6
2 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ globalPaths.push path.join(process.resourcesPath, 'atom', 'renderer', 'api', 'li
globalPaths.push path.join(process.resourcesPath, 'app')
# Import common settings.
require path.resolve(__dirname, '..', '..', 'common', 'lib', 'init.js')
require path.resolve(__dirname, '..', '..', 'common', 'lib', 'init')
# Process command line arguments.
nodeIntegration = 'false'