web-animations / web-animations-js

JavaScript implementation of the Web Animations API
http://web-animations.github.io
Apache License 2.0
3.77k stars 408 forks source link

Do not write to readonly _isFinished #165

Closed ewilligers closed 7 years ago

ewilligers commented 7 years ago

The property _isFinished is readonly. cancel() should not attempt to write to the property.

resolves #160