mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-25 04:35:10 -04:00
Changed event binding for knob change
This commit is contained in:
1 parent
acf16f6bd3
commit
2c3c19edcf
1 file changed
+1
-2
@@ -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 () {
|
||||
|
||||
Reference in new issue
Block a user