mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-22 17:29:19 +00:00
fix a bug when firing the error event
This commit is contained in:
parent
c0d0498f36
commit
7c0590f399
@ -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…
x
Reference in New Issue
Block a user