hide callbar collection

This commit is contained in:
Henrik Joreteg 2013-10-16 13:20:37 -07:00
parent cd3abcf0a7
commit 04d1977397
2 changed files with 2 additions and 3 deletions

View File

@ -26,10 +26,9 @@ module.exports = HumanView.extend({
$('head').append(templates.head());
$('body').removeClass('aux');
this.renderAndBind();
console.log('this.model', this.model);
this.renderCollection(me.contacts, ContactListItem, this.$('#roster nav'));
this.renderCollection(me.mucs, MUCListItem, this.$('#bookmarks nav'));
this.renderCollection(me.calls, CallView, this.$('#calls'));
//this.renderCollection(me.calls, CallView, this.$('#calls'));
return this;
},
handleReconnect: function (e) {

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# 0.0.1 1381946040263
# 0.0.1 1381954817907
CACHE:
/app.js