botanjs/src/Astro/Blog/AstroEdit/SmartInput/CandidateAction/Heading.js
raw ยท 839 bytes
(function ()
{
var ns = __namespace( "Astro.Blog.AstroEdit.SmartInput.CandidateAction" );
/** @type {System.utils.IKey} */
var IKey = __import( "System.utils.IKey" );
/** @type {System.utils.DataKey} */
var DataKey = __import( "System.utils.DataKey" );
/** @type {Dandelion.IDOMElement} */
var IDOMElement = __import( "Dandelion.IDOMElement" );
/** @type {Dandelion} */
var Dand = __import( "Dandelion" );
/** @type {Astro.Blog.AstroEdit.SmartInput.ICandidateAction} */
var Heading = function ( visualizer )
{
this.visualizer = visualizer;
};
Heading.prototype.GetCandidates = function( handler )
{
};
Heading.prototype.Process = function( key )
{
};
ns[ NS_EXPORT ]( EX_CLASS, "Heading", Heading );
})();