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