diff options
| author | Andrew Homeyer <[email protected]> | 2013-09-15 21:07:15 -0600 |
|---|---|---|
| committer | Andrew Homeyer <[email protected]> | 2013-09-15 21:07:15 -0600 |
| commit | 31f32e848509392258e8802b07954730422075dd (patch) | |
| tree | 4bbfd91cb1b1e2e5e9d24f83faaf984694744b20 /javascript.html | |
| parent | 6b97970d31221edcad8016dbccf5246fa7a97dd2 (diff) | |
| download | bootstrap-31f32e848509392258e8802b07954730422075dd.tar.xz bootstrap-31f32e848509392258e8802b07954730422075dd.zip | |
remove duplicate text in documentation for popover
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
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> |
