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

rebuilt the site with some IE fixes.

This commit is contained in:
Jeremy Ashkenas 2010-09-27 15:21:45 -04:00
parent 3c848736a7
commit e3ec325619
7 changed files with 55 additions and 83 deletions

View file

@ -11,8 +11,7 @@ num = 6;
lyrics = (function() {
_result = [];
while (num -= 1) {
_result.push(num + " little monkeys, jumping on the bed.\
One fell out and bumped his head.");
_result.push(num + " little monkeys, jumping on the bed. One fell out and bumped his head.");
}
return _result;
})();