mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
removed "globals" option of CoffeeScript.compile and enhanced fix from
previous commits
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
global: {}
|
||||
};
|
||||
for (g in global) {
|
||||
sandbox[g] = global[g];
|
||||
sandbox.global[g] = global[g];
|
||||
}
|
||||
sandbox.global.global = sandbox.global;
|
||||
sandbox.global.root = sandbox.global;
|
||||
|
||||
Reference in New Issue
Block a user