Lowercase type in externs/bootstrap.js

This commit is contained in:
Frederic Junod
2013-04-04 14:26:13 +02:00
parent 19e6569b69
commit 20b8e1e311

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