aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/popovers.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-26 14:50:35 +0300
committerXhmikosR <[email protected]>2017-09-26 17:04:45 +0300
commit7e6374db92ea11c9d9bb6dcfd693ca6b8ffd3276 (patch)
tree56bc9711fcedb1f6bf8adc5fa942d306c9b08d63 /docs/4.0/components/popovers.md
parent71c06b75c6130927870a8059762766c84c641f66 (diff)
downloadbootstrap-7e6374db92ea11c9d9bb6dcfd693ca6b8ffd3276.tar.xz
bootstrap-7e6374db92ea11c9d9bb6dcfd693ca6b8ffd3276.zip
Minor Markdown consistency changes.
Diffstat (limited to 'docs/4.0/components/popovers.md')
-rw-r--r--docs/4.0/components/popovers.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/4.0/components/popovers.md b/docs/4.0/components/popovers.md
index 47cc2d091..0dbca96ff 100644
--- a/docs/4.0/components/popovers.md
+++ b/docs/4.0/components/popovers.md
@@ -151,7 +151,6 @@ $('.popover-dismiss').popover({
{% endhighlight %}
-
## Usage
Enable popovers via JavaScript:
@@ -306,7 +305,6 @@ Toggles an element's popover. **Returns to the caller before the popover has act
Hides and destroys an element's popover. Popovers that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements.
-
{% highlight js %}$('#element').popover('dispose'){% endhighlight %}
#### `.popover('enable')`