penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/Astro.Blog.Components.Bubble.js

raw ยท 444 bytes

/** @constructor */
Astro.Blog.Components.Bubble = function() {};

/** @type {Function} */
Astro.Blog.Components.Bubble.prototype.init;

/** @type {Function} */
Astro.Blog.Components.Bubble.prototype.blurp;

/**
 * @param {string} mesg
 * @return {void}
 */
Astro.Blog.Components.Bubble.prototype.pop = function(mesg) {};

/**
 * @param {string} color
 * @return {void}
 */
Astro.Blog.Components.Bubble.prototype.setColor = function(color) {};