diff options
author | Saivan <savian@me.com> | 2018-05-31 00:13:43 +1000 |
---|---|---|
committer | Saivan <savian@me.com> | 2018-05-31 00:13:43 +1000 |
commit | f20d66d21267ab8e91df2b6f236b28078c0f99e7 (patch) | |
tree | 923c81d63ca8ae2d13590860d4a50fd0363813f1 /src/timeline.js | |
parent | 599ab86152869496f71ef2a4b3af2d695140fcdf (diff) | |
download | svg.js-f20d66d21267ab8e91df2b6f236b28078c0f99e7.tar.gz svg.js-f20d66d21267ab8e91df2b6f236b28078c0f99e7.zip |
The runners step was reimplemented with tests
Diffstat (limited to 'src/timeline.js')
-rw-r--r-- | src/timeline.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline.js b/src/timeline.js index 864ca71..f3c1cdf 100644 --- a/src/timeline.js +++ b/src/timeline.js @@ -139,6 +139,7 @@ SVG.Timeline = SVG.invent({ seek (dt) { this._time += dt + this._continue() return this }, |