AstroJS/botanjs/src/externs/Astro.Blog.Components.Calendar.js

14 lines
374 B
JavaScript
Raw Normal View History

2015-08-14 13:06:23 +00:00
/** @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;