From 0aeb280c95bfe5f40a594eb411c93121625d3d8d Mon Sep 17 00:00:00 2001 From: Martii Date: Sat, 6 Feb 2016 07:21:09 -0700 Subject: [PATCH] Whitespace adjustment * Missed this in the merge conflict on re-paste... apologies for the extra noise g'night :) Applies to mishoo/UglifyJS2#935 --- tools/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/node.js b/tools/node.js index 2035c6b4..fa8c19dc 100644 --- a/tools/node.js +++ b/tools/node.js @@ -43,7 +43,7 @@ exports.minify = function(files, options) { nameCache : null, output : null, compress : {}, - parse : {} + parse : {} }); UglifyJS.base54.reset();