]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix container option example code 17152/head
authorZac Echola <zac.echola@so.mnscu.edu>
Thu, 20 Aug 2015 18:46:49 +0000 (13:46 -0500)
committerZac Echola <zac.echola@so.mnscu.edu>
Thu, 20 Aug 2015 18:46:49 +0000 (13:46 -0500)
docs/components/popovers.md

index 6a911345ed5af7db7dc2cd22aebed4292b39a4fd..da0effbfe2b124e0880eb4655700089c6ac5ebf5 100644 (file)
@@ -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 %}