From e9645e017f297e06506cc139922ff012fb763139 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Wed, 31 May 2017 03:38:00 +0800 Subject: introduce `unsafe_Func` (#2033) Separate flag for #203 functionality. --- bin/uglifyjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/uglifyjs b/bin/uglifyjs index ef2020c5..f2aeb084 100755 --- a/bin/uglifyjs +++ b/bin/uglifyjs @@ -225,7 +225,7 @@ function run() { col = line.length; } if (line) { - var limit = 78; + var limit = 70; if (col > limit) { line = line.slice(col - limit); col = limit; -- cgit v1.2.3