Skip to content

Commit b83b914

Browse files
committed
chore: fix lint error
1 parent a4f6309 commit b83b914

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/timeline.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const play = (t, playbackOptions, at) => {
3232
*/
3333
const tick = at => {
3434
if (!ticks) {
35-
3635
if (__DEV__ && typeof at !== 'undefined' && typeof at !== 'number') {
3736
throw new TypeError(`The tick functions at option must be of type number`)
3837
}

0 commit comments

Comments
 (0)