mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
forgot to build 11544f2717
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
|
||||
CoffeeScript.require = require;
|
||||
|
||||
if (typeof global === "undefined" || global === null) global = this;
|
||||
|
||||
CoffeeScript.eval = function(code, options) {
|
||||
return eval(CoffeeScript.compile(code, options));
|
||||
return global.eval(CoffeeScript.compile(code, options));
|
||||
};
|
||||
|
||||
CoffeeScript.run = function(code, options) {
|
||||
|
||||
Reference in New Issue
Block a user