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

14 lines
341 B
JavaScript
Raw Normal View History

2010-01-04 22:19:45 -05:00
(function(){
var __a, __b, globals, name;
2010-01-13 23:24:45 -05:00
var __hasProp = Object.prototype.hasOwnProperty;
2010-01-04 22:19:45 -05:00
// The first ten global properties.
globals = ((function() {
__a = []; __b = window;
for (name in __b) {
2010-01-13 23:24:45 -05:00
if (__hasProp.call(__b, name)) {
__a.push(name);
}
2010-01-04 22:19:45 -05:00
}
return __a;
2010-01-25 00:14:00 -05:00
}).call(this)).slice(0, 10);
2010-01-04 22:19:45 -05:00
})();