1
0
Fork 0
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:
Jeremy Ashkenas 2010-10-19 21:59:13 -04:00
parent 54d9b283fa
commit 35b6a70724
9 changed files with 480 additions and 59 deletions

View file

@ -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;