source: public/assets/plugins/fullcalendar/plugin.js@ f457265

Last change on this file since f457265 was 0924b6c, checked in by Özkan İliyaz <iliyaz_96@…>, 4 years ago

initial commit

  • Property mode set to 100644
File size: 243 bytes
Line 
1require.config({
2 shim: {
3 'fullcalendar': ['moment', 'jquery'],
4 },
5 paths: {
6 'fullcalendar': 'assets/plugins/fullcalendar/js/fullcalendar.min',
7 'moment': 'assets/plugins/fullcalendar/js/moment.min',
8 }
9});
Note: See TracBrowser for help on using the repository browser.