Major bug fixes due to migration issue

This commit is contained in:
2015-08-17 17:44:38 +08:00
parent f88643cead
commit f1d20a82d4
6 changed files with 88 additions and 54 deletions

View File

@@ -4,9 +4,13 @@ _AstJson_.AJaxGetArticle = {};
/** @type {Boolean} */
_AstJson_.AJaxGetArticle.status;
/** @type {String} */
_AstJson_.AJaxGetArticle.backup;
_AstJson_.AJaxGetArticle.ref_id;
/** @type {String} */
_AstJson_.AJaxGetArticle.article_id;
/** @type {Object} */
_AstJson_.AJaxGetArticle.entry;
/** @type {String} */
_AstJson_.AJaxGetArticle.entry._id;
/** @type {String} */
_AstJson_.AJaxGetArticle.entry.slug;
/** @type {Boolean} */