mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
refactor(item): rename indices to indexes
This commit is contained in:
@ -72,8 +72,8 @@ class ApiDemoPage {
|
||||
}
|
||||
}
|
||||
|
||||
reorderData(indices: any) {
|
||||
this.chats = reorderArray(this.chats, indices);
|
||||
reorderData(indexes: any) {
|
||||
this.chats = reorderArray(this.chats, indexes);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user