chore(): tslint checks

This commit is contained in:
Manu Mtz.-Almeida
2018-09-06 21:49:28 +02:00
parent abc9afcc35
commit 4876df928d
19 changed files with 61 additions and 26 deletions

View File

@ -272,7 +272,7 @@ export class VirtualScroll {
}
}
private updateCellHeight(cell: Cell, node: HTMLStencilElement) {
private updateCellHeight(cell: Cell, node: any) {
const update = () => {
if ((node as any)['$ionCell'] === cell) {
const style = this.win.getComputedStyle(node);