mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-15 21:06:20 -04:00
UI Cleanup - Updated Settings subtree.
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
var Marionette = require('marionette');
|
||||
|
||||
module.exports = Marionette.CompositeView.extend({
|
||||
itemViewOptions : function(){
|
||||
return {targetCollection : this.targetCollection || this.options.targetCollection};
|
||||
itemViewOptions : function() {
|
||||
return {
|
||||
targetCollection : this.targetCollection || this.options.targetCollection
|
||||
};
|
||||
},
|
||||
initialize : function(options){
|
||||
|
||||
initialize : function(options) {
|
||||
this.targetCollection = options.targetCollection;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user