Files
tabler/dist/assets/plugins/fullcalendar/plugin.js
T
2018-02-26 14:11:51 +01:00

9 lines
242 B
JavaScript

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