mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 12:59:05 +02:00
delete this test for now - as affix is still heavily underdevelopment
This commit is contained in:
2
js/bootstrap-affix.js
vendored
2
js/bootstrap-affix.js
vendored
@@ -88,7 +88,7 @@
|
||||
$('[data-spy="affix"]').each(function () {
|
||||
var $spy = $(this)
|
||||
, data = $spy.data()
|
||||
|
||||
|
||||
data.offset = data.offset || {}
|
||||
|
||||
data.offsetX && (data.offset.x = data.offsetX)
|
||||
|
Reference in New Issue
Block a user