From: Zac Echola Date: Thu, 20 Aug 2015 18:46:49 +0000 (-0500) Subject: Fix container option example code X-Git-Tag: v4.0.0-alpha.2~510^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bfb295c1b56cce58ac43ee83b29a6c15bd5f5e9;p=thirdparty%2Fbootstrap.git Fix container option example code --- diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 6a911345ed..da0effbfe2 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -43,9 +43,9 @@ When you have some styles on a parent element that interfere with a popover, you {% highlight js %} $(function () { - $('.example-popover').popover( + $('.example-popover').popover({ container: 'body' - ) + }) }) {% endhighlight %}