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 committed May 22, 2018
1 parent 7604096 commit 0531602
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 0531602

Please sign in to comment.