-
Я наконец снова добрался до кода
### Что сделал:
- [x] Разобрался с _инфраструктурой_ (не очень красиво, но работает)
- [x] Переименовал блок ymaps -> map-helper
- [x] Добавил стандартное значение zoo…
-
Уже второй раз наступаю на грабли с `BEMDOM.scope`
По клику создается блок `modal` _без_ модификатора `visible` . Далее следует код
```
var popupEl = BEMDOM.append(this.domElem, BEMHTML.apply(bemjso…
-
Due to the `blocks-common/i-bem/bem/techs/js.js` all files in js technology are created with declared empty `live` method by default. This is quite confusing behaviour, because I have to intentionally…
-
-
BEMDOM.scope.append(this.domElem); Ошибка возникает на этой строке. В BEMDOM не находит св-во scope
Браузер chrome 34 linux
"bem-core": "git://github.com/bem/bem-core.git#v2.3.0",
"bem-components…
-
We were asked to get rid of WARNs which are the result of absence of `bem-pr` when `bem-components` are used on a project.
@narqo, can we do something like:
``` javascript
process.cwd() === environ.…
-
1. Сделать страницу items.bemjson.js из 100 товаров
2. Добавить вниз кнопки страниц (10*10) [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
3. При переходе на страницу должен меняться урл /{Number}
4. При переходе на…
-
main PR https://github.com/bem/bem-components/pull/1313
- [x] ~~attach~~ #1312
- [x] ~~button~~ #1274
- [x] ~~control-group~~ #1274 (button's styles)
- [x] ~~link~~
- [x] ~~radio~~ #1276
- [x] ~~radi…
-
I need to get some BEMJSON from BH layer and then compile it to HTML with BEMHTML. But BH process this structure:
``` json
{
"block": "input",
"mods": {
"type": "textarea"
},
…
isqua updated
9 years ago
-
Не получается подрузить блок `textarea` из библиотеки `bem-components`, используя `*.deps.js`
Участок кода в bemjson
```
{
block: 'event-form',
tag: 'form',
content: [
{
…