[Pkg-javascript-commits] [uglifyjs] 07/11: spacing
Jonas Smedegaard
dr at jones.dk
Wed Aug 26 09:34:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag v2.4.24
in repository uglifyjs.
commit 9d398d999c67f6d2e74a5b07d5ce8d265391a698
Author: kzc <zaxxon2011 at gmail.com>
Date: Sun Jun 14 17:45:19 2015 -0400
spacing
---
test/compress/conditionals.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/compress/conditionals.js b/test/compress/conditionals.js
index 78f087d..16ef6d6 100644
--- a/test/compress/conditionals.js
+++ b/test/compress/conditionals.js
@@ -456,7 +456,7 @@ conditional_and: {
a = condition && false;
a = console.log("b") && NaN;
- a = console.log("c") && 0;
+ a = console.log("c") && 0;
a = 2 * condition && void 0;
a = condition + 3 && null;
}
@@ -544,4 +544,3 @@ conditional_or: {
a = condition + 3 || null;
}
}
-
--
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