1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 23:06:49 +02:00

Fix indentation to make compiled JS more readable

This commit is contained in:
Kaleb Davis
2015-10-06 21:31:07 -04:00
parent 6ac7368b3b
commit 7afadb0181

View File

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