1. 26 Mar, 2015 1 commit
  2. 21 Mar, 2015 1 commit
  3. 10 Mar, 2015 1 commit
  4. 09 Mar, 2015 1 commit
  5. 07 Mar, 2015 1 commit
  6. 06 Mar, 2015 1 commit
  7. 04 Mar, 2015 1 commit
  8. 03 Mar, 2015 3 commits
  9. 02 Mar, 2015 1 commit
  10. 01 Mar, 2015 1 commit
    • Caden Lovelace's avatar
      Handle multiple zero-offset Scrollspy elements. · a1aa0f8a
      Caden Lovelace authored
      When the first two elements in a scrollspy content block have a document
      offset of zero (i.e. they're hard against the top of the page),
      Scrollspy would switch between them on every scroll event.
      
      This could happen, for example, in a system of nested sections:
      
      ```
      <section id="animals">
        <section id="dogs">
      	Content
        </section>
      </section>
      ```
      
      This ocurred because Scrollspy's check to see if it's at the end of the
      array of sections uses `!arr[index]`. This misses the case where
      `arr[index]` does exist and is zero.
      
      This commit explicitly checks the array bounds.
      a1aa0f8a
  11. 27 Feb, 2015 1 commit
  12. 26 Feb, 2015 4 commits
  13. 25 Feb, 2015 2 commits
  14. 24 Feb, 2015 5 commits
  15. 11 Feb, 2015 2 commits
  16. 21 Jan, 2015 3 commits
  17. 05 Jan, 2015 1 commit
  18. 30 Dec, 2014 3 commits
  19. 29 Dec, 2014 2 commits
  20. 18 Dec, 2014 1 commit
  21. 28 Nov, 2014 1 commit
  22. 21 Nov, 2014 1 commit
  23. 18 Nov, 2014 1 commit
  24. 16 Nov, 2014 1 commit