This commit is contained in:
2018-11-27 15:33:51 +01:00
parent 30032ef16e
commit 5df2c77554
3 changed files with 8 additions and 8 deletions

2
dist/standalone.js vendored
View File

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