]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #8216
authorfat <jacobthornton@gmail.com>
Tue, 30 Jul 2013 20:41:24 +0000 (13:41 -0700)
committerfat <jacobthornton@gmail.com>
Tue, 30 Jul 2013 20:41:24 +0000 (13:41 -0700)
javascript.html

index a851d4b403d8e7283c7f50e2f839e57aa7dcd95a..347b41fa124da54f75650945bc43d92a9f445f69 100644 (file)
@@ -531,7 +531,7 @@ $('.dropdown-toggle').dropdown()
     <h3>Via JavaScript</h3>
     <p>Call the scrollspy via JavaScript:</p>
 {% highlight js %}
-$('#navbar-example').scrollspy()
+$('#navbar-example').scrollspy(options)
 {% endhighlight %}
 
     <div class="bs-callout bs-callout-danger">