-
Notifications
You must be signed in to change notification settings - Fork 95
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
ua block Russian description Close #779 #786
Conversation
['i-bem__dom', 'ua'], | ||
function(provide, BEMDOM, ua) { | ||
|
||
provide(BEMDOM.decl({ block : this.name }, /** @lends uatest.prototype */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ block : this.name } -> this.name
не хватает описания с тачевого уровня |
48188c3
to
004f2e1
Compare
I fix the description and add touch level. All examples are tested and work. |
Если такие классы проекту не нужны, можно переопределить `BEMHTML` шаблон блока `ua` | ||
на уровне переопределения проекта: | ||
Если такой класс проекту не нужен, можно переопределить `BEMHTML` шаблон блока `ua` | ||
на уровне проекта: | ||
|
||
```js | ||
block('ua').default()() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Murdalay проверял ли ты этот кейс?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tadatuta кейс с BH
также требует освещения
004f2e1
to
00c3db6
Compare
Fixed. I've remove the example – it just sets |
ua block Russian description Close #779
Description include blocks from common and desktop levels.