mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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 {
|
||||
options.failure(errorObj, response, requestOptions);
|
||||
}
|
||||
this.fireEvent('error', responseObj, response, requestOptions)
|
||||
this.fireEvent('error', errorObj, response, requestOptions)
|
||||
},
|
||||
|
||||
_onSuccess: function(response, requestOptions) {
|
||||
|
|
Loading…
Add table
Reference in a new issue