Skip to content

Commit

Permalink
fixes issue/#2071: switched to itemsComponentModel _children
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster authored May 25, 2018
2 parents 7604096 + 0531602 commit b28bce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accordionView.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ define([

this.model.resetActiveItems();

this.listenTo(this.model.get('_items'), {
this.listenTo(this.model.get('_children'), {
'change:_isActive': this.onItemsActiveChange,
'change:_isVisited': this.onItemsVisitedChange
});
Expand Down

0 comments on commit b28bce4

Please sign in to comment.