forked from Botanical/BotanJS
14 lines
374 B
JavaScript
14 lines
374 B
JavaScript
|
/** @constructor */
|
||
|
Astro.Blog.Components.Calendar = function() {};
|
||
|
|
||
|
/** @type {Function}*/
|
||
|
Astro.Blog.Components.Calendar.init;
|
||
|
/** @type {Function}*/
|
||
|
Astro.Blog.Components.Calendar.prevMon;
|
||
|
/** @type {Function}*/
|
||
|
Astro.Blog.Components.Calendar.nextMon;
|
||
|
/** @type {Function}*/
|
||
|
Astro.Blog.Components.Calendar.pop;
|
||
|
/** @type {Function}*/
|
||
|
Astro.Blog.Components.Calendar.draw;
|