mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Changed event binding for knob change
This commit is contained in:
parent
acf16f6bd3
commit
2c3c19edcf
1 changed files with 1 additions and 2 deletions
|
@ -13,12 +13,11 @@ define(['marionette', 'Mixins/AsModelBoundView', 'jquery.knob'], function (Mario
|
|||
},
|
||||
|
||||
events: {
|
||||
// 'change .x-knob': '_changeMaxSize'
|
||||
'change .x-knob': '_changeMaxSize'
|
||||
},
|
||||
|
||||
initialize: function (options) {
|
||||
this.qualityProfileCollection = options.qualityProfiles;
|
||||
this.model.on('change:maxSize', this._changeMaxSize, this)
|
||||
},
|
||||
|
||||
onRender: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue