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 bbb1156 commit 388d5fbCopy full SHA for 388d5fb
js/jquery.fileupload-ui.js
@@ -1,5 +1,5 @@
1
/*
2
- * jQuery File Upload User Interface Plugin 6.9
+ * jQuery File Upload User Interface Plugin 6.9.1
3
* https://github.com/blueimp/jQuery-File-Upload
4
*
5
* Copyright 2010, Sebastian Tschan
@@ -530,8 +530,8 @@
530
},
531
532
_forceReflow: function (node) {
533
- this._reflow = $.support.transition &&
534
- node.length && node[0].offsetWidth;
+ return $.support.transition && node.length &&
+ node[0].offsetWidth;
535
536
537
_transition: function (node) {
0 commit comments