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

Commit

Permalink
Merge pull request #51 from AdactiveSAS/patch-es6-syntax
Browse files Browse the repository at this point in the history
Fix ES6 Syntax
  • Loading branch information
dalisoft authored May 19, 2018
2 parents 7852bfa + 6b826e7 commit 362e98b
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 362e98b

Please sign in to comment.