This commit is contained in:
2018-11-27 15:21:12 +01:00
parent 9536bd0c37
commit b00d65516e
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 15:05:39 GMT+0100 (CET)*/
/*Generated on:Tue Nov 27 2018 15:21:11 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}