|
|
@ -1,8 +1,9 @@
|
|
|
|
var Marionette = require('marionette');
|
|
|
|
var Marionette = require('marionette');
|
|
|
|
|
|
|
|
|
|
|
|
module.exports = Marionette.ItemView.extend({
|
|
|
|
module.exports = Marionette.ItemView.extend({
|
|
|
|
template : 'AddSeries/RootFolders/RootFolderItemViewTemplate',
|
|
|
|
template : 'AddSeries/RootFolders/RootFolderItemViewTemplate',
|
|
|
|
tagName : 'tr',
|
|
|
|
className : 'recent-folder',
|
|
|
|
|
|
|
|
tagName : 'tr',
|
|
|
|
|
|
|
|
|
|
|
|
initialize : function() {
|
|
|
|
initialize : function() {
|
|
|
|
this.listenTo(this.model, 'change', this.render);
|
|
|
|
this.listenTo(this.model, 'change', this.render);
|
|
|
|