mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(all): type issues with TS 3.2
This commit is contained in:

committed by
Manu MA

parent
63cbc92741
commit
aa9d0d4282
@ -99,7 +99,7 @@ export class PickerColumnCmp implements ComponentInterface {
|
||||
let translateZ = 0;
|
||||
const { col, rotateFactor } = this;
|
||||
const selectedIndex = col.selectedIndex = this.indexForY(-y);
|
||||
const durationStr = (duration === 0) ? null : duration + 'ms';
|
||||
const durationStr = (duration === 0) ? '' : duration + 'ms';
|
||||
const scaleStr = `scale(${this.scaleFactor})`;
|
||||
|
||||
const children = this.optsEl.children;
|
||||
|
Reference in New Issue
Block a user