1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-09-25 22:09:00 +02:00

Merge pull request #1376 from kalebdavis/master

Fix indentation to make compiled JS more readable
This commit is contained in:
Levi Bostian
2015-10-09 10:03:35 -05:00

View File

@@ -57,7 +57,7 @@ math =
# "root": Math.sqrt,
# "square": square,
# "cube": function(x) { return x * square(x); }
#}
# };
# Splats:
race = (winner, runners...) ->