aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-30 13:41:24 -0700
committerfat <[email protected]>2013-07-30 13:41:24 -0700
commitfc8f4f04652f6fb29657969f7ea6f167635fd01f (patch)
treeabc2ee7033886edf35b0dc70ef331fb8512210ec /javascript.html
parentc54b8adb85a1dd8d51a29ffabce14d561f894b58 (diff)
downloadbootstrap-fc8f4f04652f6fb29657969f7ea6f167635fd01f.tar.xz
bootstrap-fc8f4f04652f6fb29657969f7ea6f167635fd01f.zip
fixes #8216
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index a851d4b40..347b41fa1 100644
--- a/javascript.html
+++ b/javascript.html
@@ -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">