Changed event binding for knob change

pull/4/head
Mark McDowall 11 years ago
parent acf16f6bd3
commit 2c3c19edcf

@ -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…
Cancel
Save