This commit is contained in:
2018-11-27 12:33:00 +01:00
parent 7e0e9d5f21
commit 60ef11a999
3 changed files with 6 additions and 4 deletions

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Nov 27 2018 12:21:08 GMT+0100 (CET)*/
/*Generated on:Tue Nov 27 2018 12:32:59 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}