mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
Revert "namespacing CoffeeScript in the browser, and sniffing the 'require' function instead of the 'exports' object"
This reverts commit 2f6b69b580.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
if require?
|
||||
if process?
|
||||
process.mixin require 'scope'
|
||||
else
|
||||
exports: this
|
||||
this.exports: this
|
||||
|
||||
# Some helper functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user