mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
change const to let
This commit is contained in:
@@ -180,7 +180,7 @@ export const createAnimation = (): Animation => {
|
||||
let afterStylesValue: { [property: string]: any } = {};
|
||||
|
||||
let webAnimations: any[] = [];
|
||||
const onFinishCallbacks: any[] = [];
|
||||
let onFinishCallbacks: any[] = [];
|
||||
|
||||
let numAnimationsRunning = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user