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