1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-04 22:07:52 +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, # "root": Math.sqrt,
# "square": square, # "square": square,
# "cube": function(x) { return x * square(x); } # "cube": function(x) { return x * square(x); }
#} # };
# Splats: # Splats:
race = (winner, runners...) -> race = (winner, runners...) ->