]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
JavaScript docs: fix caps of "JS"
authorChris Rebert <github@rebertia.com>
Sat, 3 Aug 2013 09:22:55 +0000 (02:22 -0700)
committerChris Rebert <github@rebertia.com>
Sat, 3 Aug 2013 09:22:55 +0000 (02:22 -0700)
javascript.html

index 14dd4919899f66cd87307b8b680db4a6fc51574c..945a46597ea4d51dbe67d7f756d56707ee322257 100644 (file)
@@ -1794,7 +1794,7 @@ $('#myCarousel').on('slide.bs.carousel', function () {
       <h4>Requires independent styling ;)</h4>
       <p>
         Affix toggles between three states/classes: <code>affix</code>, <code>affix-top</code>, and <code>affix-bottom</code>. You must provide the styles for these classes yourself (independent of this plugin).
-        The <code>affix-top</code> class should be in the regular flow of the document. The <code>affix</code> class should be fixed to the page. And <code>affix-bottom</code> should be positioned absolute. Note, <code>affix-bottom</code> is special in that the plugin will place the element with js relative to the <code>offset: { bottom: number }</code> option you've provided.
+        The <code>affix-top</code> class should be in the regular flow of the document. The <code>affix</code> class should be fixed to the page. And <code>affix-bottom</code> should be positioned absolute. Note, <code>affix-bottom</code> is special in that the plugin will place the element with JS relative to the <code>offset: { bottom: number }</code> option you've provided.
       </p>
     </div>