This commit is contained in:
kuangshen04 2023-10-08 15:33:48 +08:00
parent 98e59a4427
commit 6dcd1d0cfe
1 changed files with 1 additions and 0 deletions

View File

@ -8510,6 +8510,7 @@
writable:true, writable:true,
value:function(){ value:function(){
for(const i of Array.from(arguments)) this.remove(...i); for(const i of Array.from(arguments)) this.remove(...i);
return this;
} }
}); });
Object.defineProperty(Array.prototype,"unique",{ Object.defineProperty(Array.prototype,"unique",{