From: Chris Rebert Date: Sun, 4 Jan 2015 06:05:49 +0000 (-0800) Subject: overview.html: add missing

X-Git-Tag: v3.3.2~5^2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19222bfe8962c9987aa96d7bdeb0b5f2ce1505ba;p=thirdparty%2Fbootstrap.git overview.html: add missing

--- diff --git a/docs/_includes/js/overview.html b/docs/_includes/js/overview.html index 4a35e87947..89030966c9 100644 --- a/docs/_includes/js/overview.html +++ b/docs/_includes/js/overview.html @@ -71,7 +71,7 @@ $('#myModal').on('show.bs.modal', function (e) { {% endhighlight %}

Version numbers

- The version of each of Bootstrap's jQuery plugins can be accessed via the VERSION property of the plugin's constructor. For example, for the tooltip plugin: +

The version of each of Bootstrap's jQuery plugins can be accessed via the VERSION property of the plugin's constructor. For example, for the tooltip plugin:

{% highlight js %} $.fn.tooltip.Constructor.VERSION // => "{{ site.current_version }}" {% endhighlight %}