This commit is contained in:
2018-11-28 19:28:44 +01:00
parent 4ddd6147e9
commit 3a2bc2deff
5 changed files with 8279 additions and 18 deletions

2
dist/standalone.js vendored
View File

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