1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/documentation/js/expressions_comprehension.js
2010-10-19 21:59:13 -04:00

10 lines
No EOL
266 B
JavaScript

var _ref, _result, globals, name;
var __hasProp = Object.prototype.hasOwnProperty;
globals = (function() {
_result = [];
for (name in _ref = window) {
if (!__hasProp.call(_ref, name)) continue;
_result.push(name);
}
return _result;
})().slice(0, 10);