mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +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({
|
deluge.client.web.disconnect({
|
||||||
success: function(result) {
|
success: function(result) {
|
||||||
this.update(this);
|
this.update(this);
|
||||||
Deluge.Events.fire('disconnect');
|
deluge.events.fire('disconnect');
|
||||||
},
|
},
|
||||||
scope: this
|
scope: this
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue