removing fiddling with require.paths from CoffeeScript

This commit is contained in:
Jeremy Ashkenas
2010-03-15 20:39:46 -07:00
parent 60b3103314
commit 119b80d449
17 changed files with 31 additions and 33 deletions

View File

@@ -6,8 +6,8 @@
# Set up for both **Node.js** and the browser, by
# including the [Scope](scope.html) class.
if process?
Scope: require('scope').Scope
helpers: require('helpers').helpers
Scope: require('./scope').Scope
helpers: require('./helpers').helpers
else
this.exports: this