zz85 / timeliner

simple javascript timeline library for animation and prototyping
https://twitter.com/blurspline
MIT License
705 stars 123 forks source link

view_panel.js:16 Uncaught ReferenceError: MARKER_TRACK_HEIGHT is not defined #16

Closed miquael closed 7 years ago

miquael commented 7 years ago

resolved by changing this:

TIME_SCROLLER_HEIGHT = 35;

to this:

TIME_SCROLLER_HEIGHT = 35,

zz85 commented 7 years ago

Thanks for reporting this!