This commit is contained in:
2018-11-27 15:35:54 +01:00
parent 5df2c77554
commit 4ddd6147e9
3 changed files with 12422 additions and 4 deletions

12422
dist/autoloader.js vendored

File diff suppressed because it is too large Load Diff

2
dist/standalone.js vendored
View File

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