This commit is contained in:
j 2015-04-12 21:24:22 +02:00
parent b92f0c1bd0
commit 589959886b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pandora.fs = (function() {
results.forEach(function(entry) {
if (entry.isFile) {
if (Ox.startsWith(entry.name, 'partial::')) {
fileEntry.remove(function() {});
entry.remove(function() {});
} else {
var name = entry.name.split('::'),
filename = Ox.last(name),