diff options
| author | Jon Stevens <[email protected]> | 2012-07-20 09:47:12 -0700 |
|---|---|---|
| committer | Jon Stevens <[email protected]> | 2012-07-20 09:47:12 -0700 |
| commit | 117f65d43108d5d7ff1c5011f0b8b61f7ef3b9dd (patch) | |
| tree | 8d5df2c52d4993f90fab1706abb0c7cfbe33d3bb /docs | |
| parent | 2ee9b2717bfd532e93eb6d4037ae7ca7a5436957 (diff) | |
| download | bootstrap-117f65d43108d5d7ff1c5011f0b8b61f7ef3b9dd.tar.xz bootstrap-117f65d43108d5d7ff1c5011f0b8b61f7ef3b9dd.zip | |
on destroy, also hide. issue #3880, pull #4104
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 49d065c32..4ec8a5f51 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -786,7 +786,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <p>{{_i}}Toggles an element's tooltip.{{/i}}</p> <pre class="prettyprint linenums">$('#element').tooltip('toggle')</pre> <h4>.tooltip('destroy')</h4> - <p>{{_i}}Destroys an element's tooltip.{{/i}}</p> + <p>{{_i}}Hides and destroys an element's tooltip.{{/i}}</p> <pre class="prettyprint linenums">$('#element').tooltip('destroy')</pre> </section> @@ -947,7 +947,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <p>{{_i}}Toggles an elements popover.{{/i}}</p> <pre class="prettyprint linenums">$('#element').popover('toggle')</pre> <h4>.popover('destroy')</h4> - <p>{{_i}}Destroys an element's popover.{{/i}}</p> + <p>{{_i}}Hides and destroys an element's popover.{{/i}}</p> <pre class="prettyprint linenums">$('#element').popover('destroy')</pre> </section> |
