Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add isElem method #2

Closed
blond opened this issue May 13, 2014 · 0 comments · Fixed by #9
Closed

Add isElem method #2

blond opened this issue May 13, 2014 · 0 comments · Fixed by #9
Assignees
Milestone

Comments

@blond
Copy link
Member

blond commented May 13, 2014

Spec:

naming.isBlock('block');                             // false
naming.isBlock('block__elem');                       // true

naming.isBlock({ block: 'block' });                  // false
naming.isBlock({ block: 'block', elem: 'elem' });    // true
@blond blond added this to the 0.1 milestone May 13, 2014
@blond blond self-assigned this May 13, 2014
@blond blond mentioned this issue May 24, 2014
@blond blond closed this as completed in #9 May 24, 2014
qfox pushed a commit that referenced this issue Jun 6, 2017
qfox added a commit that referenced this issue Jun 6, 2017
Add BemBundle class and tests
qfox pushed a commit that referenced this issue Jul 1, 2017
@qfox qfox added the pkg:naming label Jul 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants