add semicolon
This commit is contained in:
parent
993f63ee2b
commit
cc2093f32b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue