app-MAIL-temp/static/assets/plugins/fullcalendar/plugin.js

9 lines
242 B
JavaScript
Executable File

require.config({
shim: {
'fullcalendar': ['moment', 'jquery'],
},
paths: {
'fullcalendar': 'assets/plugins/fullcalendar/js/fullcalendar.min',
'moment': 'assets/plugins/fullcalendar/js/moment.min',
}
});