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

updating docs -- need to get back on the computer that has the syntax highlighter for UV installed

This commit is contained in:
Jeremy Ashkenas 2009-12-30 23:43:55 -05:00
parent b1fa06ff70
commit 7f76c22894
6 changed files with 117 additions and 117 deletions

View file

@ -1,6 +1,6 @@
(function(){
var eldest, grade;
grade = function(student) {
grade = function grade(student) {
if (student.excellent_work) {
return "A+";
} else if (student.okay_stuff) {