add semicolon

This commit is contained in:
scossar 2015-12-28 14:49:24 -08:00
parent 993f63ee2b
commit cc2093f32b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ export default Em.Component.extend({
tagName: 'a',
attributeBindings: ['href'],
href: function() {
return Discourse.getURL('/c/') + Discourse.Category.slugFor(this.get('category'))
return Discourse.getURL('/c/') + Discourse.Category.slugFor(this.get('category'));
}.property(),
render(buffer) {