Skip to content

Commit

Permalink
Merge pull request #58 from adaptlearning/hotfix/missing_classes_attr…
Browse files Browse the repository at this point in the history
…ibute

added classes attribute
  • Loading branch information
oliverfoster committed Aug 20, 2015
2 parents 815b56b + 1070820 commit d92b362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/adapt-contrib-boxmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ define(function(require) {
return [
'menu-item',
'menu-item-' + this.model.get('_id') ,
this.model.get('_classes'),
'nth-child-' + nthChild,
nthChild % 2 === 0 ? 'nth-child-even' : 'nth-child-odd'
].join(' ');
Expand Down

0 comments on commit d92b362

Please sign in to comment.