mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
preparing documentation for 0.9.5
This commit is contained in:
parent
8fcd67e82f
commit
28d5db3bca
36 changed files with 937 additions and 845 deletions
|
@ -1,10 +1,11 @@
|
|||
var _ref, _result, globals, name;
|
||||
var globals, name, _ref, _results;
|
||||
var __hasProp = Object.prototype.hasOwnProperty;
|
||||
globals = (function() {
|
||||
_result = [];
|
||||
for (name in _ref = window) {
|
||||
globals = ((function() {
|
||||
_ref = window;
|
||||
_results = [];
|
||||
for (name in _ref) {
|
||||
if (!__hasProp.call(_ref, name)) continue;
|
||||
_result.push(name);
|
||||
_results.push(name);
|
||||
}
|
||||
return _result;
|
||||
})().slice(0, 10);
|
||||
return _results;
|
||||
})()).slice(0, 10);
|
Loading…
Add table
Add a link
Reference in a new issue