avpokapv09

This commit is contained in:
2018-11-27 14:46:25 +01:00
parent f11ec18c23
commit f92ac01874
3 changed files with 8 additions and 4 deletions

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Tue Nov 27 2018 13:52:57 GMT+0100 (CET)*/
/*Generated on:Tue Nov 27 2018 14:46:24 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}