Fix the document format

This commit is contained in:
homuler 2016-07-17 00:22:18 +09:00
parent 4569eaf998
commit 30f718fe0d

View File

@ -696,7 +696,7 @@ Other options:
- `eval` — mangle names visible in scopes where eval or with are used
(disabled by default).
- `keep_fnames` -- default `false`. Pass `true` when you'd not like to mangle
- `keep_fnames` -- default `false`. Pass `true` to not mangle
function names. Useful for code relying on `Function.prototype.name`.
See also: the `keep_fnames` [compress option](#compressor-options).