Early dynamic module loading for SmartInput

This commit is contained in:
2016-02-22 09:45:59 +08:00
parent c7dc7430d8
commit 33c515cd08
3 changed files with 56 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
/** @constructor */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction = function(){};
/** @type {function} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.GetCandidates;
/** @type {function} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.Process;