mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
change a Deluge.Events to deluge.events
This commit is contained in:
parent
01bb9c4df5
commit
eaa03a6f2c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue