bem / bh

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

tParam rewrites value from previous level #170

Closed f0rmat1k closed 8 years ago

f0rmat1k commented 8 years ago

It was quite unexpectedly that tPram w/o force rewrites values from previous level:

head -> tParam('some', 1); head-child tParam('some', 2, false); // some === 2;

I think, should write about it in the documentation.

mishanga commented 8 years ago

I think we should fix this.

mishanga commented 8 years ago

Fixed in 4.1.4