mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
old exports
This commit is contained in:
@@ -87,7 +87,5 @@ Chrome =
|
||||
appRoot: ->
|
||||
OSX.NSBundle.mainBundle.resourcePath
|
||||
|
||||
exports.Chrome = Chrome
|
||||
exports.File = File
|
||||
exports.Dir = Dir
|
||||
exports.Process = Process
|
||||
|
||||
exports.Chrome = Chrome
|
||||
@@ -1,7 +1,7 @@
|
||||
# commonjs system module
|
||||
# http://ringojs.org/api/v0.8/system/
|
||||
|
||||
module.exports = ->
|
||||
module.exports =
|
||||
# An object containing our environment variables.
|
||||
env: ->
|
||||
OSX.NSProcess.processInfo.environment
|
||||
|
||||
Reference in New Issue
Block a user