meteor_supercalendar
meteor_supercalendar copied to clipboard
Typo: `event` instead of `e`
onDayClick
parameter is e
but the code is referencing event
here:
https://github.com/gabrielhpugliese/meteor_supercalendar/blob/master/client/lib/app.js#L12
PR
created here: https://github.com/gabrielhpugliese/meteor_supercalendar/pull/14