change const to let

This commit is contained in:
Liam DeBeasi
2019-07-24 16:45:16 -04:00
parent d1752ce6a8
commit 13c80f3e40

View File

@@ -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;