This commit is contained in:
2018-11-26 07:52:23 +01:00
parent 6699d3f900
commit 5ebe3cae3d
3 changed files with 4 additions and 4 deletions

2
dist/standalone.js vendored
View File

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