Upgrade peerlibrary:blaze-components to v0.14

This change includes method renames and others UI related packages
updates.
This commit is contained in:
Maxime Quandalle 2015-10-21 04:34:44 +02:00
parent 9154b06fc3
commit c6b12dc5ad
8 changed files with 27 additions and 26 deletions

View file

@ -54,7 +54,7 @@ BlazeComponent.extendComponent({
},
reachNextPeak() {
const activitiesComponent = this.componentChildren('activities')[0];
const activitiesComponent = this.childrenComponents('activities')[0];
activitiesComponent.loadNextPage();
},