Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Homeyer <homeyer@gmail.com>2013-09-16 07:07:15 +0400
committerAndrew Homeyer <homeyer@gmail.com>2013-09-16 07:07:15 +0400
commit31f32e848509392258e8802b07954730422075dd (patch)
tree4bbfd91cb1b1e2e5e9d24f83faaf984694744b20 /javascript.html
parent6b97970d31221edcad8016dbccf5246fa7a97dd2 (diff)
remove duplicate text in documentation for popover
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index ecab0bf9e5..0f97d1c6c1 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>