chore(refresher): rename "endRefreshing" to "complete"

This commit is contained in:
Adam Bradley
2016-02-29 14:44:15 -06:00
parent fd5c4092bf
commit 1bb51c2e26
5 changed files with 20 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ class E2EApp {
}
console.info('Finished receiving data, async operation complete');
refresher.endRefreshing();
refresher.complete();
});
}