Anton Krichevskii

Results 2 comments of Anton Krichevskii

**Error 2:** The problem is because in the whole bem-core `@constructor` used instead of `@constructs`. Following [this docs](http://usejsdoc.org/tags-class.html) `@constructor` is an synonym for `@class`. And [here the docs for `@constructs`](http://usejsdoc.org/tags-constructs.html)....

> Send a PR with changes made with find *.blocks/ -name '*.js' | sed -i '' -e '%@constructor%@constructs %g' -i please! I'll check other mistakes and make PR