Fix some document links
This commit is contained in:
parent
11228fae2c
commit
4569eaf998
|
|
@ -379,7 +379,7 @@ to set `true`; it's effectively a shortcut for `foo=true`).
|
||||||
|
|
||||||
- `keep_fnames` -- default `false`. Pass `true` to prevent the
|
- `keep_fnames` -- default `false`. Pass `true` to prevent the
|
||||||
compressor from discarding function names. Useful for code relying on
|
compressor from discarding function names. Useful for code relying on
|
||||||
`Function.prototype.name`. See also [the mangle option](#mangle).
|
`Function.prototype.name`. See also: the `keep_fnames` [mangle option](#mangle).
|
||||||
|
|
||||||
- `passes` -- default `1`. Number of times to run compress. Use an
|
- `passes` -- default `1`. Number of times to run compress. Use an
|
||||||
integer argument larger than 1 to further reduce code size in some cases.
|
integer argument larger than 1 to further reduce code size in some cases.
|
||||||
|
|
@ -698,6 +698,7 @@ Other options:
|
||||||
|
|
||||||
- `keep_fnames` -- default `false`. Pass `true` when you'd not like to mangle
|
- `keep_fnames` -- default `false`. Pass `true` when you'd not like to mangle
|
||||||
function names. Useful for code relying on `Function.prototype.name`.
|
function names. Useful for code relying on `Function.prototype.name`.
|
||||||
|
See also: the `keep_fnames` [compress option](#compressor-options).
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user