diff --git a/clientapp/views/mucRosteritem.js b/clientapp/views/mucRosteritem.js deleted file mode 100644 index 3f4ff7f..0000000 --- a/clientapp/views/mucRosteritem.js +++ /dev/null @@ -1,24 +0,0 @@ -/*global $, app, me*/ -"use strict"; - -var _ = require('underscore'); -var HumanView = require('human-view'); -var templates = require('../templates'); - - -module.exports = HumanView.extend({ - template: templates.includes.mucRosterItem, - classBindings: { - show: '', - chatState: '', - idle: '', - persistent: '' - }, - textBindings: { - mucDisplayName: '.name' - }, - render: function () { - this.renderAndBind({contact: this.model}); - return this; - } -});