diff options
Diffstat (limited to 'src/animation/Timeline.js')
-rw-r--r-- | src/animation/Timeline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/Timeline.js b/src/animation/Timeline.js index 387b59b..3f81b66 100644 --- a/src/animation/Timeline.js +++ b/src/animation/Timeline.js @@ -239,7 +239,7 @@ export default class Timeline extends EventTarget { this.fire('time', this._time) // This is for the case that the timeline was seeked so that the time - // is now before the startTime of the runner. Thats why we need to set + // is now before the startTime of the runner. That is why we need to set // the runner to position 0 // FIXME: |