1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

rebuilt the site with some IE fixes.

This commit is contained in:
Jeremy Ashkenas 2010-09-27 15:21:45 -04:00
parent 3c848736a7
commit e3ec325619
7 changed files with 55 additions and 83 deletions

View file

@ -1,10 +1,9 @@
var _i, _ref, _result, globals, name;
var _ref, _result, globals, name;
var __hasProp = Object.prototype.hasOwnProperty;
globals = (function() {
_result = []; _ref = window;
for (name in _ref) {
if (!__hasProp.call(_ref, name)) continue;
_i = _ref[name];
_result.push(name);
}
return _result;