Merge pull request #464 from fredj/externs-bootstrap
Lowercase type in externs/bootstrap.js
This commit is contained in:
4
externs/bootstrap.js
vendored
4
externs/bootstrap.js
vendored
@@ -8,14 +8,14 @@
|
||||
|
||||
|
||||
/**
|
||||
* @param {String|Object.<string,*>=} option
|
||||
* @param {string|Object.<string,*>=} option
|
||||
* @return {!jQuery}
|
||||
*/
|
||||
jQuery.prototype.popover = function(option) {};
|
||||
|
||||
|
||||
/**
|
||||
* @param {String|Object.<string,*>=} option
|
||||
* @param {string|Object.<string,*>=} option
|
||||
* @return {!jQuery}
|
||||
*/
|
||||
jQuery.prototype.tooltip = function(option) {};
|
||||
|
||||
Reference in New Issue
Block a user