1
0
Fork 0
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:
Jeremy Ashkenas 2010-01-04 22:19:45 -05:00
parent 3e24cef69f
commit 6e63a18f86
21 changed files with 430 additions and 116 deletions

View 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);
})();