mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Replaced vent.on with this.listenTo vent
This commit is contained in:
parent
f5d46ffcd2
commit
3735736bbc
4 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ define(
|
|||
},
|
||||
|
||||
initialize: function () {
|
||||
vent.on(vent.Events.CommandComplete, this._commandComplete, this);
|
||||
this.listenTo(vent, vent.Events.CommandComplete, this._commandComplete);
|
||||
},
|
||||
|
||||
onRender: function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue