Skip to content

Commit c09f0d2

Browse files
authored
Merge pull request #165 from ewilligers/isFinished
Do not write to readonly _isFinished
2 parents b212fa7 + e2782af commit c09f0d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/animation.js

-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@
191191
this._inEffect = false;
192192
this._idle = true;
193193
this._paused = false;
194-
this._isFinished = true;
195194
this._finishedFlag = true;
196195
this._currentTime = 0;
197196
this._startTime = null;

0 commit comments

Comments
 (0)