mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
fix a bug when firing the error event
This commit is contained in:
parent
c0d0498f36
commit
7c0590f399
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ Ext.namespace('Ext.ux.util');
|
||||||
} else {
|
} else {
|
||||||
options.failure(errorObj, response, requestOptions);
|
options.failure(errorObj, response, requestOptions);
|
||||||
}
|
}
|
||||||
this.fireEvent('error', responseObj, response, requestOptions)
|
this.fireEvent('error', errorObj, response, requestOptions)
|
||||||
},
|
},
|
||||||
|
|
||||||
_onSuccess: function(response, requestOptions) {
|
_onSuccess: function(response, requestOptions) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue