Use any() rather than file() inside make.files

This commit is contained in:
Christoph Diehl 2017-06-06 07:17:14 +02:00
parent 6110524f78
commit fd6debad01
1 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ make.files = {
// Todo: load from filesystem randomly: 'media/videos/*.{vtt}'
]))
},
file: function () {
any: function () {
return random.pick([
make.files.image,
make.files.video,