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,5 +1,6 @@
var countdown, num, _results;
var countdown, num;
countdown = (function() {
var _results;
_results = [];
for (num = 10; num >= 1; num--) {
_results.push(num);