fix a bug when firing the error event

This commit is contained in:
Damien Churchill 2009-08-11 23:14:38 +00:00
parent c0d0498f36
commit 7c0590f399
1 changed files with 1 additions and 1 deletions

View File

@ -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) {