This commit is contained in:
2018-11-27 15:26:06 +01:00
parent ab0e2ba9f5
commit 6aee171529
3 changed files with 4 additions and 4 deletions

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Nov 27 2018 15:24:07 GMT+0100 (CET)*/
/*Generated on:Tue Nov 27 2018 15:26:05 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}