1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Toolbar/Actioneer callback cleanup

This commit is contained in:
Mark McDowall
2013-08-08 00:38:14 -07:00
parent 1df9c49c46
commit cdf34d5676
8 changed files with 22 additions and 23 deletions
+3 -3
View File
@@ -115,9 +115,9 @@ define(
this.model.set(name, !this.model.get(name));
Actioneer.SaveModel({
context : this,
element : this.ui.seasonMonitored,
alwaysCallback: this._afterSeasonMonitored
context: this,
element: this.ui.seasonMonitored,
always : this._afterSeasonMonitored
});
},