mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(refresher): rename "endRefreshing" to "complete"
This commit is contained in:
@@ -22,7 +22,7 @@ class E2EApp {
|
||||
}
|
||||
|
||||
console.info('Finished receiving data, async operation complete');
|
||||
refresher.endRefreshing();
|
||||
refresher.complete();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user