From: Jeff Shen Date: Fri, 5 Feb 2016 18:27:32 +0000 (-0800) Subject: Line 59 - Fix case type X-Git-Tag: v3.3.7~127^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19091%2Fhead;p=thirdparty%2Fbootstrap.git Line 59 - Fix case type Fixed case type to match other comments --- diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js index 0a0fdd6ac0..86338c80af 100644 --- a/docs/assets/js/src/application.js +++ b/docs/assets/js/src/application.js @@ -56,7 +56,7 @@ $('.bs-top').affix() }, 100) - // theme toggler + // Theme toggler ;(function () { var $stylesheetLink = $('#bs-theme-stylesheet') var $themeBtn = $('.bs-docs-theme-toggle')