21 lines
389 B
JavaScript
21 lines
389 B
JavaScript
/**
|
|
* @fileoverview Externs for bootstrap.js
|
|
*
|
|
* @see http://twitter.github.com/bootstrap/javascript.html
|
|
* @externs
|
|
*/
|
|
|
|
|
|
/**
|
|
* @param {string|Object.<string,*>=} opt_option
|
|
* @return {!jQuery}
|
|
*/
|
|
jQuery.prototype.popover = function(opt_option) {};
|
|
|
|
|
|
/**
|
|
* @param {string|Object.<string,*>=} opt_option
|
|
* @return {!jQuery}
|
|
*/
|
|
jQuery.prototype.tooltip = function(opt_option) {};
|