Skip to content

Commit

Permalink
Reall goof'd this one up
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoceppi authored and ngokevin committed Sep 20, 2012
1 parent a7d6e5b commit c959c83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/collections.js
Expand Up @@ -67,7 +67,7 @@ var WindowList = Backbone.Collection.extend({
}, 0);

return count;
}
},

unreadByChannel: function() {
var channels = this.byType('channel');
Expand All @@ -83,6 +83,7 @@ var WindowList = Backbone.Collection.extend({
});

return windowCounts;
}
});

var UserList = Backbone.Collection.extend({
Expand Down

0 comments on commit c959c83

Please sign in to comment.