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

pulling jQuery in locally, rebuilding docs with variable scope patch

This commit is contained in:
Jeremy Ashkenas 2010-12-15 21:11:43 -05:00
parent 466cd43277
commit 3c558ebbee
8 changed files with 6272 additions and 17 deletions

View file

@ -1,4 +1,4 @@
var lyrics, num, _results;
var lyrics, num;
if (this.studyingEconomics) {
while (supply > demand) {
buy();
@ -9,6 +9,7 @@ if (this.studyingEconomics) {
}
num = 6;
lyrics = function() {
var _results;
_results = [];
while (num -= 1) {
_results.push(num + " little monkeys, jumping on the bed. One fell out and bumped his head.");