remove useless binding

This commit is contained in:
Régis Hanol 2014-02-18 18:23:28 +01:00
parent 30ccdf3fb7
commit 74f1db11e9

View File

@ -365,7 +365,7 @@ Discourse.User = Discourse.Model.extend({
}
}
return Discourse.Utilities.defaultHomepage();
}.property("trust_level", "hasBeenSeenInTheLastMonth", "Discourse.Site.has_enough_topic_to_redirect_to_top_page"),
}.property("trust_level", "hasBeenSeenInTheLastMonth"),
updateMutedCategories: function() {
this.set("mutedCategories", Discourse.Category.findByIds(this.muted_category_ids));