Early album draft

This commit is contained in:
2015-09-30 00:46:54 +08:00
parent be4d5c6ce2
commit 3e8e6362b2
8 changed files with 376 additions and 135 deletions

View File

@@ -0,0 +1,12 @@
/** @constructor */
Astro.Blog.Components.SiteFile = function() {};
/** @type {Function} */
Astro.Blog.Components.SiteFile.loadInfo;
/** @type {String} */
Astro.Blog.Components.SiteFile.hash;
/** @type {String} */
Astro.Blog.Components.SiteFile.id;
/** @type {String} */
Astro.Blog.Components.SiteFile.type;