mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
CoffeeScript 1.6.3
This commit is contained in:
parent
7b14a6aad2
commit
84b8b5ccee
74 changed files with 2279 additions and 1346 deletions
|
@ -1,9 +1,8 @@
|
|||
// Generated by CoffeeScript 1.6.2
|
||||
// Generated by CoffeeScript 1.6.3
|
||||
var countdown, num;
|
||||
|
||||
countdown = (function() {
|
||||
var _i, _results;
|
||||
|
||||
_results = [];
|
||||
for (num = _i = 10; _i >= 1; num = --_i) {
|
||||
_results.push(num);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue