remove suboptimal candidates
This commit is contained in:
parent
237577c49a
commit
c0b25ab8fa
|
|
@ -1687,31 +1687,19 @@ merge(Compressor.prototype, {
|
||||||
'test',
|
'test',
|
||||||
].concat(object_fns)),
|
].concat(object_fns)),
|
||||||
String: makePredicate([
|
String: makePredicate([
|
||||||
'anchor',
|
|
||||||
'big',
|
|
||||||
'blink',
|
|
||||||
'bold',
|
|
||||||
'charAt',
|
'charAt',
|
||||||
'charCodeAt',
|
'charCodeAt',
|
||||||
'concat',
|
'concat',
|
||||||
'fixed',
|
|
||||||
'fontcolor',
|
|
||||||
'fontsize',
|
|
||||||
'indexOf',
|
'indexOf',
|
||||||
'italics',
|
'italics',
|
||||||
'lastIndexOf',
|
'lastIndexOf',
|
||||||
'link',
|
|
||||||
'match',
|
'match',
|
||||||
'replace',
|
'replace',
|
||||||
'search',
|
'search',
|
||||||
'slice',
|
'slice',
|
||||||
'small',
|
|
||||||
'split',
|
'split',
|
||||||
'strike',
|
|
||||||
'sub',
|
|
||||||
'substr',
|
'substr',
|
||||||
'substring',
|
'substring',
|
||||||
'sup',
|
|
||||||
'trim',
|
'trim',
|
||||||
].concat(object_fns)),
|
].concat(object_fns)),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user