mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed PTR
This commit is contained in:
@@ -34,7 +34,7 @@ export class PullToRefreshPage extends SinkPage {
|
||||
console.log('DOREFRESH', refresher)
|
||||
|
||||
this.items.unshift({
|
||||
title: (--i)
|
||||
title: (--this.i)
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user