Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Replace var by let
Browse files Browse the repository at this point in the history
  • Loading branch information
Moroine Bentefrit committed May 19, 2018
1 parent f26cd43 commit 6b826e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const update = (time = now(), preserve) => {
}

let i = 0
var length = _tweens.length
let length = _tweens.length
while (i < length) {
_tweens[i++].update(time, preserve)

Expand Down

0 comments on commit 6b826e7

Please sign in to comment.