From 20b8e1e311abe2d17757af8a5b57870614823091 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 4 Apr 2013 14:26:13 +0200 Subject: [PATCH] Lowercase type in externs/bootstrap.js --- externs/bootstrap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/bootstrap.js b/externs/bootstrap.js index 401e609fcd..442377e4ca 100644 --- a/externs/bootstrap.js +++ b/externs/bootstrap.js @@ -8,14 +8,14 @@ /** - * @param {String|Object.=} option + * @param {string|Object.=} option * @return {!jQuery} */ jQuery.prototype.popover = function(option) {}; /** - * @param {String|Object.=} option + * @param {string|Object.=} option * @return {!jQuery} */ jQuery.prototype.tooltip = function(option) {};