Example #1
0
 .filter(function(item) {
     return BEM.util.bemType(item) === 'block' && ~['md', 'wiki'].indexOf(item.tech);
 })