We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's a common case in our BEMDOM blocks to have a code like this:
// myblock.js this.afterCurrentEvent(function() { this.domElem && this.doSomething(); });
We defiantly should make the kind of check like the one above as i-bem__dom functionality as we did with i-bem in bem-core library.
i-bem__dom
i-bem
NOTE: this.domElem is the only true way to check if block still haven't been destructed (#507).
this.domElem
The text was updated successfully, but these errors were encountered:
BEM-2124
Sorry, something went wrong.
No branches or pull requests
It's a common case in our BEMDOM blocks to have a code like this:
We defiantly should make the kind of check like the one above as
i-bem__dom
functionality as we did withi-bem
in bem-core library.NOTE:
this.domElem
is the only true way to check if block still haven't been destructed (#507).The text was updated successfully, but these errors were encountered: