mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
got coffeescript compiling in the browser
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
process.mixin require './scope'
|
||||
_: require('./underscore')._
|
||||
if process?
|
||||
process.mixin require './scope'
|
||||
_: require('./underscore')._
|
||||
else
|
||||
this.exports: this
|
||||
_: this._
|
||||
|
||||
# Some helper functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user