bem / bh

BH template engine
http://bem.github.io/bh/
MIT License
69 stars 32 forks source link

Пусть ctx.mix() принимает на вход не только массив, но и один объект #6

Closed makishvili closed 11 years ago

makishvili commented 11 years ago

Сейчас работает так: ctx.mix([{ block: 'y-user', userPic: userPic, userLogin: userLogin }]);

Если миксумая сущность одна, хочется передавать её объектом ctx.mix({ block: 'y-user', userPic: userPic, userLogin: userLogin });

То же самое в bemjson: return { block: 'y-user', mix: {block: 'y-head', elem: 'user'} }

mdevils commented 11 years ago

Fixed in 0.1.17.