Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ebb1b commit 652dab8Copy full SHA for 652dab8
js/jquery.fileupload-ui.js
@@ -457,7 +457,7 @@
457
that._transition(node).done(function () {
458
dfd.resolveWith(node);
459
});
460
- if (!$.contains(this.document[0].body, node[0])) {
+ if (!$.contains(that.document[0].body, node[0])) {
461
// If the element is not part of the DOM,
462
// transition events are not triggered,
463
// so we have to resolve manually:
0 commit comments