bootstrap.js 57.1 KB
Newer Older
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
      var $spy = $(this)
      var data = $spy.data()

      data.offset = data.offset || {}

      if (data.offsetBottom) data.offset.bottom = data.offsetBottom
      if (data.offsetTop)    data.offset.top    = data.offsetTop

      $spy.affix(data)
    })
Mark Otto's avatar
Mark Otto committed
2011
2012
  })

Chris Rebert's avatar
Chris Rebert committed
2013
}(jQuery);
For faster browsing, not all history is shown. View entire blame