mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
12 lines
308 B
JavaScript
12 lines
308 B
JavaScript
(function(){
|
|
var _a, _b, globals, name;
|
|
var __hasProp = Object.prototype.hasOwnProperty;
|
|
// The first ten global properties.
|
|
globals = (function() {
|
|
_a = []; _b = window;
|
|
for (name in _b) { if (__hasProp.call(_b, name)) {
|
|
_a.push(name);
|
|
}}
|
|
return _a;
|
|
})().slice(0, 10);
|
|
})();
|