forked from Botanical/BotanJS
9 lines
228 B
JavaScript
9 lines
228 B
JavaScript
/**
|
|
* @constructor
|
|
* @implements {Astro.Blog.AstroEdit.IPlugin}
|
|
* @param {string} id
|
|
* @param {string} target
|
|
* @param {!_AstConf_.AstroEditFlags} flagConf
|
|
*/
|
|
Astro.Blog.AstroEdit.Flag = function(id, target, flagConf) {};
|