mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
- https://github.com/blueimp/jQuery-File-Upload/pull/3512
This commit is contained in:
parent
9a82af7366
commit
866a33fd39
1 changed files with 2 additions and 2 deletions
|
|
@ -1144,10 +1144,10 @@
|
||||||
$.map(entries, function (entry) {
|
$.map(entries, function (entry) {
|
||||||
return that._handleFileTreeEntry(entry, path);
|
return that._handleFileTreeEntry(entry, path);
|
||||||
})
|
})
|
||||||
).then(function (entries) {
|
).then(function () {
|
||||||
return Array.prototype.concat.apply(
|
return Array.prototype.concat.apply(
|
||||||
[],
|
[],
|
||||||
entries
|
arguments
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue