Skip to content

Commit

Permalink
Fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Mar 19, 2017
1 parent ca38485 commit b75be6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .enb/make.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,10 @@ module.exports = function(config) {
tech : 'enb-bemxjst/techs/bemhtml',
options : {
sourceSuffixes : ['bemhtml.js', 'bemhtml'],
engineOptions : { elemJsInstances : true }
engineOptions : {
elemJsInstances : true,
escapeContent : false
}
}
},
bemhtmlEscaped : {
Expand Down
2 changes: 2 additions & 0 deletions .jshint-groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ module.exports = {
'block',
'cls',
'content',
'appendContent',
'prependContent',
'def',
'elem',
'js',
Expand Down
2 changes: 1 addition & 1 deletion common.blocks/menu/menu.bemhtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ block('menu')(
attrs.tabindex = 0;

// extend in backwards order:
// bemjson have more priority
// bemjson has more priority
return this.extend(attrs, applyNext());
}),
js()(true),
Expand Down

0 comments on commit b75be6a

Please sign in to comment.