remove invalid candidates
This commit is contained in:
parent
f70aaebc5b
commit
237577c49a
|
|
@ -1667,13 +1667,11 @@ merge(Compressor.prototype, {
|
|||
});
|
||||
var object_fns = [
|
||||
'constructor',
|
||||
'toLocaleString',
|
||||
'toString',
|
||||
'valueOf',
|
||||
];
|
||||
var native_fns = {
|
||||
Array: makePredicate([
|
||||
'concat',
|
||||
'indexOf',
|
||||
'join',
|
||||
'lastIndexOf',
|
||||
|
|
@ -1703,7 +1701,6 @@ merge(Compressor.prototype, {
|
|||
'italics',
|
||||
'lastIndexOf',
|
||||
'link',
|
||||
'localeCompare',
|
||||
'match',
|
||||
'replace',
|
||||
'search',
|
||||
|
|
@ -1715,8 +1712,6 @@ merge(Compressor.prototype, {
|
|||
'substr',
|
||||
'substring',
|
||||
'sup',
|
||||
'toLocaleLowerCase',
|
||||
'toLocaleUpperCase',
|
||||
'trim',
|
||||
].concat(object_fns)),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user