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