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

#3819 changelog docs

This commit is contained in:
Jeremy Ashkenas 2015-01-30 11:14:03 -05:00
parent 3fd004b852
commit a3096eab91
6 changed files with 40 additions and 36 deletions

View file

@ -1,12 +1,12 @@
// Generated by CoffeeScript 1.9.0
var awardMedals, contenders, gold, rest, silver,
__slice = [].slice;
_slice = [].slice;
gold = silver = rest = "unknown";
awardMedals = function() {
var first, others, second;
first = arguments[0], second = arguments[1], others = 3 <= arguments.length ? __slice.call(arguments, 2) : [];
first = arguments[0], second = arguments[1], others = 3 <= arguments.length ? _slice.call(arguments, 2) : [];
gold = first;
silver = second;
return rest = others;