1. 11 Jun, 2014 1 commit
  2. 05 Jun, 2014 1 commit
  3. 16 May, 2014 1 commit
  4. 13 May, 2014 1 commit
    • fat's avatar
      versions · f219fee0
      fat authored
      f219fee0
  5. 08 May, 2014 1 commit
  6. 22 Apr, 2014 1 commit
  7. 09 Mar, 2014 1 commit
  8. 27 Feb, 2014 1 commit
  9. 13 Feb, 2014 1 commit
  10. 30 Jan, 2014 1 commit
  11. 07 Jan, 2014 1 commit
    • Julian Thilo's avatar
      Update copyright notices in all places · 7fcfe61f
      Julian Thilo authored
      - Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo
      - grunt dist to update all the files
      7fcfe61f
  12. 01 Jan, 2014 2 commits
  13. 25 Dec, 2013 1 commit
  14. 24 Dec, 2013 2 commits
  15. 18 Dec, 2013 2 commits
  16. 08 Dec, 2013 1 commit
  17. 05 Dec, 2013 1 commit
  18. 02 Dec, 2013 1 commit
  19. 06 Nov, 2013 1 commit
  20. 02 Nov, 2013 1 commit
  21. 29 Oct, 2013 1 commit
  22. 22 Oct, 2013 1 commit
  23. 02 Sep, 2013 1 commit
    • Aleksey V. Zapparov's avatar
      Pass $element to offset top/bottom calc funcs · 626cef9f
      Aleksey V. Zapparov authored
      At the moment to make dynamic top offset calculator on multiple elements, one would write:
      
      ``` javascript
      $('.my-affix').each(function () {
        var $el = $(this);
        $el.affix({
          offset: {
            top: function () { return $el.offset().top; }
          }
        });
      })
      ```
      
      This patch will allow to:
      
      ``` javascript
      $('.my-affix').affix({
        offset: {
          top: function ($el) { return $el.offset().top; }
        }
      });
      ```
      626cef9f
  24. 22 Aug, 2013 1 commit
  25. 26 Jul, 2013 1 commit
  26. 25 Jul, 2013 1 commit
  27. 22 May, 2013 1 commit
  28. 17 May, 2013 1 commit
  29. 16 May, 2013 1 commit
  30. 24 Apr, 2013 1 commit
  31. 23 Apr, 2013 1 commit
  32. 01 Mar, 2013 1 commit
    • fat's avatar
      2.3.1 · 34693390
      fat authored
      34693390
  33. 23 Dec, 2012 1 commit
  34. 11 Dec, 2012 1 commit
  35. 07 Dec, 2012 1 commit
  36. 01 Dec, 2012 1 commit
  37. 05 Nov, 2012 1 commit