Heading snippet

This commit is contained in:
2016-02-23 11:25:31 +08:00
parent 33c515cd08
commit fa8599d20d
10 changed files with 506 additions and 129 deletions

View File

@@ -4,3 +4,5 @@ Astro.Blog.AstroEdit.SmartInput.ICandidateAction = function(){};
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.GetCandidates;
/** @type {function} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.Process;
/** @type {function} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.Retreat;