Skip to content

Commit

Permalink
menu: remove unused deps, fix deps for tmpl-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Jul 21, 2015
1 parent c1bb8cd commit d3b0415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common.blocks/menu/menu.deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
'control',
'menu-item',
{ block : 'keyboard', elem : 'codes' },
{ mods : { focused : true } },
{ elems : { elem : 'group', mods : { 'has-title' : true } } }
{ mods : { focused : true } }
]
},
{
Expand All @@ -17,6 +16,7 @@
mustDeps : [
{ tech : 'bemhtml', block : 'link' },
{ tech : 'bemhtml', block : 'menu-item', mods : { type : 'link' } },
{ tech : 'bemhtml', block : 'menu', mods : { mode : 'radio' } }
{ tech : 'bemhtml', block : 'menu', mods : { mode : 'radio' } },
{ tech : 'bemhtml', block : 'menu', elem : 'group' }
]
}]

0 comments on commit d3b0415

Please sign in to comment.