From 30f718fe0d01b10a92e2f43ccf6b68b19aa55186 Mon Sep 17 00:00:00 2001 From: homuler Date: Sun, 17 Jul 2016 00:22:18 +0900 Subject: [PATCH] Fix the document format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 461c1ad6..e4937e5b 100644 --- a/README.md +++ b/README.md @@ -693,10 +693,10 @@ Other options: - `toplevel` — mangle names declared in the toplevel scope (disabled by default). - - `eval` — mangle names visible in scopes where eval or with are used + - `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).