1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

regenerating documentation

This commit is contained in:
Jeremy Ashkenas 2010-02-21 11:45:03 -05:00
parent ff25361896
commit bd61131f5c
12 changed files with 190 additions and 202 deletions

View file

@ -1,5 +1,5 @@
(function(){
var __a, lyrics, num;
var _a, lyrics, num;
// Econ 101
if (this.studying_economics) {
while (supply > demand) {
@ -12,11 +12,11 @@
// Nursery Rhyme
num = 6;
lyrics = (function() {
__a = [];
_a = [];
while (num -= 1) {
__a.push(num + " little monkeys, jumping on the bed. \
_a.push(num + " little monkeys, jumping on the bed. \
One fell out and bumped his head.");
}
return __a;
return _a;
}).call(this);
})();