Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmeinke committed Sep 17, 2017
1 parent a4f6309 commit b83b914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const play = (t, playbackOptions, at) => {
*/
const tick = at => {
if (!ticks) {

if (__DEV__ && typeof at !== 'undefined' && typeof at !== 'number') {
throw new TypeError(`The tick functions at option must be of type number`)
}
Expand Down

0 comments on commit b83b914

Please sign in to comment.