aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-09-15 20:11:56 -0700
committerChris Rebert <[email protected]>2013-09-15 20:11:56 -0700
commit559fcbfbd6c876c2a65b37015d953c9708c02cb7 (patch)
tree4bbfd91cb1b1e2e5e9d24f83faaf984694744b20
parent6b97970d31221edcad8016dbccf5246fa7a97dd2 (diff)
parent31f32e848509392258e8802b07954730422075dd (diff)
downloadbootstrap-559fcbfbd6c876c2a65b37015d953c9708c02cb7.tar.xz
bootstrap-559fcbfbd6c876c2a65b37015d953c9708c02cb7.zip
Merge pull request #10653 from homeyer/patch-1
remove duplicate text in documentation for popover
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index ecab0bf9e..0f97d1c6c 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1111,7 +1111,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
<td>selector</td>
<td>string</td>
<td>false</td>
- <td>if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/fScua/">an informative example</a>.</td>
+ <td>if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/fScua/">an informative example</a>.</td>
</tr>
<tr>
<td>trigger</td>