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:
@@ -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...) ->
|
||||||
|
Reference in New Issue
Block a user