Open blond opened 9 years ago
Why using /*! ... */
? ;-)
is it actual?
it's still actual
Error 2:
The problem is because in the whole bem-core @constructor
used instead of @constructs
.
Following this docs @constructor
is an synonym for @class
. And here the docs for @constructs
.
I can solve this issue by replacing @constructor
with @constructs
+ at bem/jsd-plugins-bem we should make @constructor
plugin as an alias of @class
and current solution should be renamed to @constructs
.
@tadatuta @dfilatov
Send a PR with changes made with find *.blocks/ -name '*.js' | sed -i '' -e '%@constructor%@constructs %g' -i
please!
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
Error 1:
Error 2: