ember-fullcalendar
ember-fullcalendar copied to clipboard
Fix for actions invocation bug
I'm not sure what is the reason to use run loop for actions invocation. I'm not very familiar with detailed concepts of run loop either.
But looks like invoking actions directly solves eventRender problem,. Also, make sure you test nothing breaks with this. I have tested in my app and everything seems to work fine.
Fixes https://github.com/scoutforpets/ember-fullcalendar/issues/48
@jamesdixon Please review whenever you can. Thanks.