forked from 0x2620/pandora
typo
This commit is contained in:
parent
b92f0c1bd0
commit
589959886b
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue