Skip to content

Commit 4217a1f

Browse files
committed
Merge branch 'master' into jquery-ui
2 parents bbbc961 + 652dab8 commit 4217a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.fileupload-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
that._transition(node).done(function () {
458458
dfd.resolveWith(node);
459459
});
460-
if (!$.contains(this.document[0].body, node[0])) {
460+
if (!$.contains(that.document[0].body, node[0])) {
461461
// If the element is not part of the DOM,
462462
// transition events are not triggered,
463463
// so we have to resolve manually:

0 commit comments

Comments
 (0)