mirror of https://github.com/Radarr/Radarr
Fixing jshint errors
This commit is contained in:
parent
3a6df8d3c4
commit
ce31732b95
|
@ -50,7 +50,9 @@ define(
|
|||
var column = this.column;
|
||||
var selected = parseInt(this.$el.val(), 10);
|
||||
|
||||
var qualityProfileItem = _.find(this.schema.get('items'), function(model) { return model.quality.id == selected });
|
||||
var qualityProfileItem = _.find(this.schema.get('items'), function(model) {
|
||||
return model.quality.id === selected;
|
||||
});
|
||||
|
||||
var newQuality = {
|
||||
proper : false,
|
||||
|
|
Loading…
Reference in New Issue