20 lines
435 B
JavaScript
20 lines
435 B
JavaScript
|
/**
|
||
|
* @preserve
|
||
|
* FullCalendar v@VERSION
|
||
|
* http://arshaw.com/fullcalendar/
|
||
|
*
|
||
|
* Use fullcalendar.css for basic styling.
|
||
|
* For event drag & drop, requires jQuery UI draggable.
|
||
|
* For event resizing, requires jQuery UI resizable.
|
||
|
*
|
||
|
* Copyright (c) 2010 Adam Shaw
|
||
|
* Dual licensed under the MIT and GPL licenses, located in
|
||
|
* MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
|
||
|
*
|
||
|
* Date: @DATE
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
(function($, undefined) {
|
||
|
|