Merge pull request #464 from fredj/externs-bootstrap

Lowercase type in externs/bootstrap.js
This commit is contained in:
Frédéric Junod
2013-04-04 05:48:21 -07:00

View File

@@ -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) {};