fix(directory) entries -> items

This commit is contained in:
coderaiser 2015-08-12 05:29:51 -04:00
parent 2bfff528ed
commit 34310684f2

View file

@ -20,7 +20,7 @@
'philip'
];
if (entries.length)
if (items.length)
Images.show('top');
entries = [].map.call(items, function(item) {