This commit is contained in:
2018-11-26 07:56:34 +01:00
parent 5ebe3cae3d
commit 5e078f6412
3 changed files with 6 additions and 2 deletions

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Nov 26 2018 07:52:23 GMT+0100 (CET)*/
/*Generated on:Mon Nov 26 2018 07:56:34 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}