| Issue 1422: | 'Unterminated RegExp: '/ opt(\'slotMinutes\')' in fullcalendar.js | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I'm using minify to minimize and package all of my static js files. When I add fullcalendar.js to the groupConfig.php js array, I get the following error:
'Unterminated RegExp: '/ opt(\'slotMinutes\')'
Changing break point in lines 4003-4004 from:
(event.end ? ((event.end - event.start) / MINUTE_MS) : opt('defaultEventMinutes'))
/ opt('slotMinutes')
to:
(event.end ? ((event.end - event.start) / MINUTE_MS) :
opt('defaultEventMinutes')) / opt('slotMinutes')
Fixes the problem.
Jan 10, 2013
#1
Zxur...@gmail.com
Aug 18, 2013
almost positive this is fixed in recent versions
Status:
Done
|
|
| ► Sign in to add a comment |