mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
first pass at 0.2.0 docs
This commit is contained in:
parent
3e24cef69f
commit
6e63a18f86
21 changed files with 430 additions and 116 deletions
16
documentation/js/expressions_comprehension.js
Normal file
16
documentation/js/expressions_comprehension.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
(function(){
|
||||
var __a, __b, __c, globals, name, property;
|
||||
// The first ten global properties.
|
||||
globals = ((function() {
|
||||
__a = window;
|
||||
__b = [];
|
||||
for (name in __a) {
|
||||
if (__a.hasOwnProperty(name)) {
|
||||
property = __a[name];
|
||||
__c = name;
|
||||
__b.push(__c);
|
||||
}
|
||||
}
|
||||
return __b;
|
||||
})()).slice(0, 10);
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue