Skip to content

Commit 3d964f7

Browse files
committed
Merge branch 'master' into jquery-ui
2 parents 863000f + 388d5fb commit 3d964f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/jquery.fileupload-ui.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Upload User Interface Plugin 6.9
2+
* jQuery File Upload User Interface Plugin 6.9.1
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2010, Sebastian Tschan
@@ -530,8 +530,8 @@
530530
},
531531

532532
_forceReflow: function (node) {
533-
this._reflow = $.support.transition &&
534-
node.length && node[0].offsetWidth;
533+
return $.support.transition && node.length &&
534+
node[0].offsetWidth;
535535
},
536536

537537
_transition: function (node) {

0 commit comments

Comments
 (0)