forked from Botanical/BotanJS
Generalize tags to flags
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/** @constructor Plugin Interface */
|
||||
Astro.Blog.AstroEdit.IPlugin = function(){};
|
||||
/** @type {String} */
|
||||
Astro.Blog.AstroEdit.IPlugin.id;
|
||||
/** @type {Function} */
|
||||
Astro.Blog.AstroEdit.IPlugin.setFromData;
|
||||
/** @type {Function} */
|
||||
Astro.Blog.AstroEdit.IPlugin.getSetData;
|
||||
Reference in New Issue
Block a user