Remove commented out line
This commit is contained in:
parent
243c5a74ce
commit
32c5342e1d
|
@ -49,7 +49,6 @@ export default Ember.Component.extend({
|
|||
|
||||
const topic = this.get('topics').findProperty('id', parseInt(topicId));
|
||||
this.sendAction('postsAction', {topic, position: target.offset()});
|
||||
// this.container.lookup('controller:application').send("showTopicEntrance", {topic, position: target.offset()});
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue