Skip to content

Commit

Permalink
Document keep_fargs. Close #557
Browse files Browse the repository at this point in the history
  • Loading branch information
mishoo committed Sep 28, 2014
1 parent 01d19b4 commit a64bdda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ to set `true`; it's effectively a shortcut for `foo=true`).
- `drop_console` -- default `false`. Pass `true` to discard calls to
`console.*` functions.

- `keep_fargs` -- default `false`. Pass `true` to prevent the
compressor from discarding unused function arguments. You need this
for code which relies on `Function.length`.

### The `unsafe` option

It enables some transformations that *might* break code logic in certain
Expand Down

0 comments on commit a64bdda

Please sign in to comment.