diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 16f47946..53a1cb3f 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -1035,7 +1035,6 @@ Expressions Fixed an edge-case infinite loop in addImplicitParentheses. Fixed exponential slowdown with long chains of function calls. Globals no longer leak into the CoffeeScript REPL. - Function calls can be used as default values for parameters. Splatted parameters are declared local to the function.

diff --git a/index.html b/index.html index c82c7370..c3d52a94 100644 --- a/index.html +++ b/index.html @@ -1951,7 +1951,6 @@ task('build:parser