penguin/AstroJS

Javascript framework for my blog

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

raw ยท 374 bytes

/** @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;