mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(item-sliding): fix timer type
This commit is contained in:
@ -145,7 +145,7 @@ export class ItemSliding {
|
||||
optsWidthRightSide: number = 0;
|
||||
optsWidthLeftSide: number = 0;
|
||||
sides: number;
|
||||
tmr: number = null;
|
||||
tmr: any = null;
|
||||
|
||||
// TODO file with item sliding interfaces & item options implement
|
||||
// leftOptions: ItemOptions;
|
||||
|
||||
Reference in New Issue
Block a user