Removed bindings to Discourse.site

This commit is contained in:
Robin Ward
2013-05-24 11:22:17 -04:00
parent 56764f817b
commit 69bb70fbd3
26 changed files with 82 additions and 72 deletions
@@ -29,6 +29,9 @@ Discourse.TopicController = Discourse.ObjectController.extend(Discourse.Selected
return (this.get('selectedPostsCount') > 0);
}.property('selectedPostsCount'),
categories: function() {
return Discourse.Category.list();
}.property(),
canSelectAll: Em.computed.not('allPostsSelected'),