var NzbDroneCell = require('../../../Cells/NzbDroneCell'); module.exports = NzbDroneCell.extend({ className : 'download-log-cell', render : function() { this.$el.empty(); this.$el.html('Download'.format(this.cellValue)); return this; } });