fix: bug caller setTimeout if not empty...

This commit is contained in:
2018-11-24 15:24:15 +01:00
parent 3c32c8a37a
commit 644b3b09af
7 changed files with 16 additions and 2 deletions

2
dist/standalone.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Nov 24 2018 14:43:39 GMT+0100 (CET)*/
/*Generated on:Sat Nov 24 2018 15:24:14 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}