This commit is contained in:
2018-11-27 15:24:07 +01:00
parent b00d65516e
commit ab0e2ba9f5
3 changed files with 4 additions and 2 deletions

2
dist/standalone.js vendored
View File

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