remove suboptimal candidates
This commit is contained in:
parent
237577c49a
commit
c0b25ab8fa
|
|
@ -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)),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user