fix broken js tests

This commit is contained in:
Neil Lalonde 2015-09-11 12:22:34 -04:00
parent f767a6147d
commit 3c9a818a2f
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
import computed from "ember-addons/ember-computed-decorators";
export default Ember.Object.extend({
postCountsPresent: Ember.computed.or('topic.unread', 'topic.displayNewPosts', 'topic.unseen'),
showBadges: Ember.computed.and('postBadgesEnabled', 'postCountsPresent')