]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
whitespace
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 15 Apr 2012 06:38:11 +0000 (23:38 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 15 Apr 2012 06:38:11 +0000 (23:38 -0700)
docs/assets/bootstrap.zip
docs/assets/js/bootstrap-scrollspy.js
js/bootstrap-scrollspy.js

index f099f408a579f3baefbbc7322d3e627d80945628..930dd46334078a99b50fb9bea6f52fd9f3ee1a42 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index f0400813f29e147dfd3734d35e71939ca08cf57f..c67f1c8aa80600d9d913f3569a3d2f3f66277739 100644 (file)
           .parent('li')
           .addClass('active')
 
-        if ( active.parent('.dropdown-menu') )  {
+        if (active.parent('.dropdown-menu'))  {
           active = active.closest('li.dropdown').addClass('active')
         }
 
index f0400813f29e147dfd3734d35e71939ca08cf57f..c67f1c8aa80600d9d913f3569a3d2f3f66277739 100644 (file)
           .parent('li')
           .addClass('active')
 
-        if ( active.parent('.dropdown-menu') )  {
+        if (active.parent('.dropdown-menu'))  {
           active = active.closest('li.dropdown').addClass('active')
         }