bem / bh

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

add tProxy shortcut #159

Open sameoldmadness opened 9 years ago

sameoldmadness commented 9 years ago
ctx.tProxy = function (prop) {
  ctx.tParam(prop, ctx.param(prop));
}