Issue 1015: Script Minifier issue
Status:  WontFix
Owner: ----
Closed:  Jul 2011
Reported by mark.luh...@gmail.com, Jun 28, 2011
I am using version 1.4.9, but I am sure this will be an issue in 1.5.1 as well.  There is a function called 'HorizontalPositionCache' which appears at the end of the fullcalendar.js file.  It has an internal function named 'e'.  When using a script minifier, the function named 'e' may be in conflict with renamed variables and functions.  Renaming this internal function to something like 'eFunction' solves the problem.

Jul 13, 2011
Project Member #1 adamrs...@gmail.com
not sure what minifier you are using, but it should be able to handle this. this is valid js and pretty simple scoping
Status: WontFix