Thanks to visit codestin.com Credit goes to github.com
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 16d790c commit 4ff30b8Copy full SHA for 4ff30b8
jquery.fileupload-ui.js
@@ -78,7 +78,7 @@
78
xhr.abort();
79
// If readyState is below 2, abort() has no effect:
80
if (isNaN(readyState) || readyState < 2) {
81
- this.onAbort(event, files, index, xhr, handler);
+ handler.onAbort(event, files, index, xhr, handler);
82
}
83
};
84
0 commit comments