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