old exports

This commit is contained in:
Chris Wanstrath
2011-09-03 23:19:08 -07:00
parent 2b1e04264c
commit 63f84475eb
2 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -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