cinemascience / cinema_components

A JavaScript library for building Cinema viewers
Other
2 stars 5 forks source link

For the FILE columns, the first row must have an element. #14

Closed dtorban closed 6 years ago

dtorban commented 6 years ago

Right now, if I leave the first row's FILE cell blank I get the error in the console (for the minimized version):

TypeError: n.toUpperCase is not a function

I imagine we want this to work just like the other columns, where a FILE does not need to exist (i.e. in Cinema Explorer).

camtauxe commented 6 years ago

Fixed.