From b18bf2bfb4814866c415e38d4ac094fec7f10a29 Mon Sep 17 00:00:00 2001 From: Martii Date: Sat, 6 Feb 2016 06:59:55 -0700 Subject: [PATCH] Scoot the README.md reference up a few notches * The sentence below doesn't make any sense if this isn't done but deviates from the coding pattern Applies to mishoo/UglifyJS2#935 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99f77a35..b7824ee6 100644 --- a/README.md +++ b/README.md @@ -660,11 +660,11 @@ properties are available: - `strict` — disable automatic semicolon insertion and support for trailing comma in arrays and objects +- `bare_returns` — Allow return outside of functions. (maps to the + `--bare-returns` CLI arguments option) - `filename` — the name of the file where this code is coming from - `toplevel` — a `toplevel` node (as returned by a previous invocation of `parse`) -- `bare_returns` — Allow return outside of functions. (maps to the - `--bare-returns` CLI arguments option) The last two options are useful when you'd like to minify multiple files and get a single file as the output and a proper source map. Our CLI tool does