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
This commit is contained in:
Martii 2016-02-06 06:59:55 -07:00
parent e28e807577
commit b18bf2bfb4

View File

@ -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