mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
refactor(all): enable ts strict
This commit is contained in:
@ -103,9 +103,7 @@ export class Slides {
|
||||
@Prop() pager = true;
|
||||
|
||||
componentDidLoad() {
|
||||
let timer: number;
|
||||
clearTimeout(timer);
|
||||
timer = setTimeout(this.initSlides.bind(this), 10);
|
||||
setTimeout(this.initSlides.bind(this), 10);
|
||||
}
|
||||
|
||||
componentDidUnload() {
|
||||
|
Reference in New Issue
Block a user