Early dynamic module loading for SmartInput
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user