From 06bec750066fd6696d7beb9a6eef0519a37062b5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 30 Jun 2015 17:21:04 -0700 Subject: [PATCH] Add Methods section to Popovers nav menu in docs [skip sauce] --- docs/_includes/js/popovers.html | 2 +- docs/_includes/nav/javascript.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 39a6670612..78369ea057 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -248,7 +248,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">

Options for individual popovers can alternatively be specified through the use of data attributes, as explained above.

-

Methods

+

Methods

$().popover(options)

Initializes popovers for an element collection.

diff --git a/docs/_includes/nav/javascript.html b/docs/_includes/nav/javascript.html index de98342485..f8d314faa5 100644 --- a/docs/_includes/nav/javascript.html +++ b/docs/_includes/nav/javascript.html @@ -69,6 +69,7 @@
  • Examples
  • Usage
  • Options
  • +
  • Methods
  • Events
  • -- 2.47.2