Issue 2529: MouseFollower stop animation compete callback called outside of context
Status:  ExportedToGithub
Owner: ----
Closed:  Aug 2015
Reported by sergiikl...@gmail.com, Jun 25, 2015
This line 

https://github.com/redexp/fullcalendar/blob/master/src/common/MouseFollower.js#L90

complete called outside of context and "this" inside of it will be window, so I just fix it like this

complete.call(this.el.get(0));

I will create PR
Aug 2, 2015
Project Member #2 adamrs...@gmail.com
thanks for the bugfix PR, but i would like to understand the original bug first before merging this code. would you mind posting a demo recreation? would really appreciate it.

http://fullcalendar.io/wiki/Reporting-Bugs/
Status: Reproducing
Labels: Type-Bug
Aug 20, 2015
Project Member #3 adamrs...@gmail.com
Discussion for this issue has moved to the following URL:
https://github.com/fullcalendar/fullcalendar/issues/2794

This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event.

Happy coding,
Adam
Status: ExportedToGithub