mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
removing fiddling with require.paths from CoffeeScript
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user