Skip to content

Commit

Permalink
refresh was renamed to pullRefresh (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
samgiles authored and wilsonpage committed Nov 30, 2016
1 parent 118591f commit 00d08bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const actions = {
},

refreshItems() {
track.refresh();
track.pullRefresh();
return {
type: 'REFRESH_ITEMS',
};
Expand Down

0 comments on commit 00d08bc

Please sign in to comment.