UNPKG

389 BJavaScriptView Raw
1/**
2 * @fileoverview Externs for bootstrap.js
3 *
4 * @see http://twitter.github.com/bootstrap/javascript.html
5 * @externs
6 */
7
8
9/**
10 * @param {string|Object.<string,*>=} opt_option
11 * @return {!jQuery}
12 */
13jQuery.prototype.popover = function(opt_option) {};
14
15
16/**
17 * @param {string|Object.<string,*>=} opt_option
18 * @return {!jQuery}
19 */
20jQuery.prototype.tooltip = function(opt_option) {};