Skip to content

Commit

Permalink
Merge pull request #154 from randoum/patch-1
Browse files Browse the repository at this point in the history
Fix doc
  • Loading branch information
lautis authored Oct 14, 2018
2 parents 8279907 + 334848d commit a6c5fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Available options and their defaults are
},
:mangle => {
:eval => false, # Mangle names when eval of when is used in scope
:except => ["$super"], # Argument names to be excluded from mangling
:reserved => ["$super"], # Argument names to be excluded from mangling
:sort => false, # Assign shorter names to most frequently used variables. Often results in bigger output after gzip.
:toplevel => false, # Mangle names declared in the toplevel scope
:properties => false, # Mangle property names
Expand Down

0 comments on commit a6c5fc1

Please sign in to comment.