09sua0v0us

This commit is contained in:
2018-11-27 15:32:39 +01:00
parent f9d5c03014
commit 30032ef16e
3 changed files with 14 additions and 13 deletions

2
dist/standalone.js vendored
View File

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