diff options
| author | Jacob Thornton <[email protected]> | 2012-06-02 18:06:00 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-06-02 18:06:00 -0700 |
| commit | 806a82ef8326e9a7b9b21fce91b827f478298519 (patch) | |
| tree | d03df9899bcd8f5afbeb74b476a09508d0c65cef /docs/javascript.html | |
| parent | 037107480de9dd11095553ee409cbc748b5c7a68 (diff) | |
| download | bootstrap-806a82ef8326e9a7b9b21fce91b827f478298519.tar.xz bootstrap-806a82ef8326e9a7b9b21fce91b827f478298519.zip | |
add relatedTarget to carousel slide event
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 28e8e6ffb..ab93f1c33 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -884,7 +884,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <td>html</td> <td>boolean</td> <td>true</td> - <td>Insert html into the tooltip. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.</td> + <td>Insert html into the popover. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.</td> </tr> <tr> <td>placement</td> |
