This commit is contained in:
2018-11-27 13:41:35 +01:00
parent 7c91f4c7fa
commit 41826edee1
4 changed files with 12 additions and 8 deletions

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Nov 27 2018 13:25:02 GMT+0100 (CET)*/
/*Generated on:Tue Nov 27 2018 13:41:34 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}