mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +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) {
|
||||
return that._handleFileTreeEntry(entry, path);
|
||||
})
|
||||
).then(function (entries) {
|
||||
).then(function () {
|
||||
return Array.prototype.concat.apply(
|
||||
[],
|
||||
entries
|
||||
arguments
|
||||
);
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue