mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-13 01:00:49 +08:00
15 lines
301 B
JavaScript
15 lines
301 B
JavaScript
/*!
|
|
* <%= meta.title %> v<%= meta.version %>
|
|
* Docs & License: <%= meta.homepage %>
|
|
* (c) <%= meta.copyright %>
|
|
*/
|
|
|
|
(function(factory) {
|
|
if (typeof define === 'function' && define.amd) {
|
|
define([ 'jquery', 'moment' ], factory);
|
|
}
|
|
else {
|
|
factory(jQuery, moment);
|
|
}
|
|
})(function($, moment) {
|