refactor(all): enable ts strict

This commit is contained in:
Manu Mtz.-Almeida
2018-04-03 17:30:25 +02:00
parent ea24ad677d
commit fd5c957787
44 changed files with 1061 additions and 1471 deletions

View File

@ -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() {