1
0
forked from keinBot/cuffeo
This commit is contained in:
Flummi
2019-04-23 22:48:37 +00:00
parent 9c8abb2b9c
commit a176408990
5 changed files with 6 additions and 41 deletions

View File

@@ -92,4 +92,4 @@ Map.prototype.deli = function (val) {
for (let [key] of this)
if (key.toLowerCase() === val.toLowerCase())
this.delete(key);
};
};