2015-08-14 13:06:23 +00:00
|
|
|
/** @constructor */
|
|
|
|
Astro.Blog.AstroEdit.Visualizer = function(){};
|
|
|
|
/** @type {Function} */
|
|
|
|
Astro.Blog.AstroEdit.Visualizer.setContentDiv;
|
|
|
|
/** @type {Function} */
|
|
|
|
Astro.Blog.AstroEdit.Visualizer.saveRaw;
|
|
|
|
/** @type {Function} */
|
|
|
|
Astro.Blog.AstroEdit.Visualizer.visualizeData;
|
|
|
|
/** @type {Function} */
|
|
|
|
Astro.Blog.AstroEdit.Visualizer.saveSelection;
|
|
|
|
/** @type {Function} */
|
2016-02-21 19:08:07 +00:00
|
|
|
Astro.Blog.AstroEdit.Visualizer.insertAtCaret;
|
|
|
|
/** @type {Function} */
|
|
|
|
Astro.Blog.AstroEdit.Visualizer.insertSnippet;
|
|
|
|
/** @type {Function} */
|
2015-08-14 13:06:23 +00:00
|
|
|
Astro.Blog.AstroEdit.Visualizer.restoreSelection;
|