mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
change a Deluge.Events to deluge.events
This commit is contained in:
parent
01bb9c4df5
commit
eaa03a6f2c
@ -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…
x
Reference in New Issue
Block a user