Skip to content

Commit f4d7c9d

Browse files
committed
Fixed reference to the _getXHRPromise method.
1 parent 5c692d8 commit f4d7c9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/jquery.fileupload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Upload Plugin 5.26
2+
* jQuery File Upload Plugin 5.26.1
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2010, Sebastian Tschan
@@ -541,7 +541,7 @@
541541
if (this.jqXHR) {
542542
return this.jqXHR.abort();
543543
}
544-
return this._getXHRPromise();
544+
return that._getXHRPromise();
545545
};
546546
data.state = function () {
547547
if (this.jqXHR) {

0 commit comments

Comments
 (0)