Skip to content

Commit

Permalink
Replace accidently removed text
Browse files Browse the repository at this point in the history
X-Ref twbs#15742

cc: @mdo
  • Loading branch information
Kevin Kirsche committed Mar 1, 2015
1 parent 1ba2630 commit 7b3e4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/js/popovers.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h4>.popover('toggle')</h4>
{% highlight js %}$('#element').popover('toggle'){% endhighlight %}

<h4>.popover('destroy')</h4>
<p>Popovers that use delegation (which are created using <a href="#popovers-options">the <code>selector</code> option</a>) cannot be individually destroyed on descendant trigger elements.</p>
<p>Hides and destroys an element's popover. Popovers that use delegation (which are created using <a href="#popovers-options">the <code>selector</code> option</a>) cannot be individually destroyed on descendant trigger elements.</p>
{% highlight js %}$('#element').popover('destroy'){% endhighlight %}

<h3 id="popovers-events">Events</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/js/tooltips.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h4>.tooltip('toggle')</h4>
{% highlight js %}$('#element').tooltip('toggle'){% endhighlight %}

<h4>.tooltip('destroy')</h4>
<p>Tooltips that use delegation (which are created using <a href="#tooltips-options">the <code>selector</code> option</a>) cannot be individually destroyed on descendant trigger elements.</p>
<p>Hides and destroys an element's tooltip. Tooltips that use delegation (which are created using <a href="#tooltips-options">the <code>selector</code> option</a>) cannot be individually destroyed on descendant trigger elements.</p>
{% highlight js %}$('#element').tooltip('destroy'){% endhighlight %}

<h3 id="tooltips-events">Events</h3>
Expand Down

0 comments on commit 7b3e4d8

Please sign in to comment.