We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c692d8 commit f4d7c9dCopy full SHA for f4d7c9d
1 file changed
js/jquery.fileupload.js
@@ -1,5 +1,5 @@
1
/*
2
- * jQuery File Upload Plugin 5.26
+ * jQuery File Upload Plugin 5.26.1
3
* https://github.com/blueimp/jQuery-File-Upload
4
*
5
* Copyright 2010, Sebastian Tschan
@@ -541,7 +541,7 @@
541
if (this.jqXHR) {
542
return this.jqXHR.abort();
543
}
544
- return this._getXHRPromise();
+ return that._getXHRPromise();
545
};
546
data.state = function () {
547
0 commit comments