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…
Reference in New Issue