source:
public/assets/plugins/fullcalendar/plugin.js@
c433da6
Last change on this file since c433da6 was 0924b6c, checked in by , 4 years ago | |
---|---|
|
|
File size: 243 bytes |
Line | |
---|---|
1 | require.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.