From c0b25ab8fa5a143c9883796edf890ad4bb3d6cc7 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Thu, 1 Jun 2017 03:52:52 +0800 Subject: [PATCH] remove suboptimal candidates --- lib/compress.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/compress.js b/lib/compress.js index bd76e58d..71cffcee 100644 --- a/lib/compress.js +++ b/lib/compress.js @@ -1687,31 +1687,19 @@ merge(Compressor.prototype, { 'test', ].concat(object_fns)), String: makePredicate([ - 'anchor', - 'big', - 'blink', - 'bold', 'charAt', 'charCodeAt', 'concat', - 'fixed', - 'fontcolor', - 'fontsize', 'indexOf', 'italics', 'lastIndexOf', - 'link', 'match', 'replace', 'search', 'slice', - 'small', 'split', - 'strike', - 'sub', 'substr', 'substring', - 'sup', 'trim', ].concat(object_fns)), };