mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
going back to the Closure Compiler.
This commit is contained in:
parent
54d9b283fa
commit
35b6a70724
9 changed files with 480 additions and 59 deletions
|
@ -1,9 +1,9 @@
|
|||
var _result, globals, name;
|
||||
var _ref, _result, globals, name;
|
||||
var __hasProp = Object.prototype.hasOwnProperty;
|
||||
globals = (function() {
|
||||
_result = [];
|
||||
for (name in window) {
|
||||
if (!__hasProp.call(window, name)) continue;
|
||||
for (name in _ref = window) {
|
||||
if (!__hasProp.call(_ref, name)) continue;
|
||||
_result.push(name);
|
||||
}
|
||||
return _result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue