fix(directory) show spinner even when no entries

This commit is contained in:
coderaiser 2015-08-11 07:03:29 -04:00
parent 49004caa12
commit 93e304f5d0

View file

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