[Pkg-javascript-commits] [uglifyjs] 105/190: collapse_vars: small change to README

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Aug 7 23:17:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag upstream/2.7.0
in repository uglifyjs.

commit 12e6ad326cdbe93698b54745727efb0b5e5c4216
Author: kzc <zaxxon2011 at gmail.com>
Date:   Thu Jan 28 11:04:30 2016 -0500

    collapse_vars: small change to README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a04d0fc..9edfa05 100644
--- a/README.md
+++ b/README.md
@@ -323,7 +323,7 @@ to set `true`; it's effectively a shortcut for `foo=true`).
 - `cascade` -- small optimization for sequences, transform `x, x` into `x`
   and `x = something(), x` into `x = something()`
 
-- `collapse_vars` -- default `false`. Collapse single-use var and const
+- `collapse_vars` -- default `false`. Collapse single-use `var` and `const`
   definitions when possible.
 
 - `warnings` -- display warnings when dropping unreachable code or unused

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git



More information about the Pkg-javascript-commits mailing list