This commit is contained in:
2018-11-27 15:04:42 +01:00
parent 1ea7336ff4
commit 3d057ad3e8
3 changed files with 6 additions and 6 deletions

2
dist/standalone.js vendored
View File

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