Skip to content

Commit

Permalink
Merge pull request twbs#16733 from twbs/popover-methods
Browse files Browse the repository at this point in the history
Add Methods section to Popovers nav menu in docs
  • Loading branch information
cvrebert committed Jul 1, 2015
2 parents f300f03 + 06bec75 commit 9227631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/js/popovers.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h4>Data attributes for individual popovers</h4>
<p>Options for individual popovers can alternatively be specified through the use of data attributes, as explained above.</p>
</div>

<h3>Methods</h3>
<h3 id="popovers-methods">Methods</h3>
<h4><code>$().popover(options)</code></h4>
<p>Initializes popovers for an element collection.</p>

Expand Down
1 change: 1 addition & 0 deletions docs/_includes/nav/javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<li><a href="#popovers-examples">Examples</a></li>
<li><a href="#popovers-usage">Usage</a></li>
<li><a href="#popovers-options">Options</a></li>
<li><a href="#popovers-methods">Methods</a></li>
<li><a href="#popovers-events">Events</a></li>
</ul>
</li>
Expand Down

0 comments on commit 9227631

Please sign in to comment.