missing semi colon

This commit is contained in:
Robin Ward 2013-11-04 13:59:31 -05:00
parent 69503345c4
commit cc47ade2ed
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Discourse.NavItem = Discourse.Model.extend({
var name = this.get('name');
if( name.split('/')[0] === 'category' ) {
return 'category/' + this.get('categorySlug')
return 'category/' + this.get('categorySlug');
} else {
var mode = "",
category = this.get("category");