change a Deluge.Events to deluge.events

This commit is contained in:
Damien Churchill 2010-03-28 03:30:10 +01:00
parent 01bb9c4df5
commit eaa03a6f2c
1 changed files with 1 additions and 1 deletions

View File

@ -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
});