BotanJS/botanjs/src/externs/Astro.Blog.Components.Bubble.js
2015-08-14 21:42:25 +08:00

19 lines
450 B
JavaScript

/** @constructor */
Astro.Blog.Components.Bubble = function() {};
/** @type {Function} */
Astro.Blog.Components.Bubble.prototype.init;
/** @type {Function} */
Astro.Blog.Components.Bubble.prototype.blurp;
/** @type {Function}
* @param {String} mesg
*/
Astro.Blog.Components.Bubble.prototype.pop = function( mesg ) { };
/** @type {Function}
* @param {String} color
*/
Astro.Blog.Components.Bubble.prototype.setColor = function( color ) { };