semicolon for the greater good

This commit is contained in:
Sam 2013-12-03 16:09:57 +11:00
parent bdac13b636
commit e16621077a
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ Discourse.Category = Discourse.Model.extend({
latestTopic: function(){
var topics = this.get('topics');
if (topics && topics.length) {
return topics[0]
return topics[0];
}
}.property("topics"),