Skip to content

Commit

Permalink
Merge 47dcb9c into f94894f
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyar committed May 8, 2014
2 parents f94894f + 47dcb9c commit 0f0605a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bem/techs/bemhtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ exports.techMixin = {

vars.ElemName && tmpl.push('.elem(\'{{bemElemName}}\')');
vars.ModVal && tmpl.push('.' + (vars.ElemName ? 'elemMod' : 'mod') + '(\'{{bemModName}}\', \'{{bemModVal}}\')');
tmpl.push('()');

return Template.process(tmpl.join(''), vars);
}
Expand Down

0 comments on commit 0f0605a

Please sign in to comment.