Module: deluge Branch: master Commit: eaa03a6f2c6353bc06dae47a18f49c92e08bb2ab
Author: Damien Churchill <[email protected]> Date: Sun Mar 28 03:30:10 2010 +0100 change a Deluge.Events to deluge.events --- deluge/ui/web/js/deluge-all/ConnectionManager.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/ConnectionManager.js b/deluge/ui/web/js/deluge-all/ConnectionManager.js index 10ebf17..646aa7e 100644 --- a/deluge/ui/web/js/deluge-all/ConnectionManager.js +++ b/deluge/ui/web/js/deluge-all/ConnectionManager.js @@ -343,7 +343,7 @@ Copyright: deluge.client.web.disconnect({ success: function(result) { this.update(this); - Deluge.Events.fire('disconnect'); + deluge.events.fire('disconnect'); }, scope: this }); -- 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.
