Author: damoxc
Revision: 5645
Log:
fix a bug when firing the error event
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Client.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Client.js 2009-08-11 23:05:13 UTC (rev
5644)
+++ trunk/deluge/ui/web/js/Deluge.Client.js 2009-08-11 23:14:38 UTC (rev
5645)
@@ -111,7 +111,7 @@
} else {
options.failure(errorObj, response, requestOptions);
}
- this.fireEvent('error', responseObj, response, requestOptions)
+ this.fireEvent('error', errorObj, response, requestOptions)
},
_onSuccess: function(response, requestOptions) {
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---