This commit is contained in:
2018-11-24 16:36:19 +01:00
parent 3b2adf1611
commit 77eb4e8c0e
3 changed files with 12 additions and 10 deletions

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Nov 24 2018 16:33:55 GMT+0100 (CET)*/
/*Generated on:Sat Nov 24 2018 16:36:18 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}