| Issue 2529: | MouseFollower stop animation compete callback called outside of context | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Jun 25, 2015
#1
sergiikl...@gmail.com
Aug 2, 2015
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
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
|
|
| ► Sign in to add a comment |