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:
parent
466cd43277
commit
3c558ebbee
8 changed files with 6272 additions and 17 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue