Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

added comment system #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

added comment system #4

wants to merge 6 commits into from

Conversation

SolitaryThinker
Copy link
Member

Copied post's css and changed values. Only added .comment-list-head for expanding and collapsing comments

@@ -0,0 +1,20 @@
import Component from 'ember-component';
import service from 'ember-service/inject';
import set from 'ember-metal/set';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'set' is defined but never used no-unused-vars

@@ -0,0 +1,20 @@
import Component from 'ember-component';
import service from 'ember-service/inject';
import set from 'ember-metal/set';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'set' is defined but never used no-unused-vars

@@ -0,0 +1,20 @@
import Component from 'ember-component';
import service from 'ember-service/inject';
import set from 'ember-metal/set';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'set' is defined but never used no-unused-vars

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants