mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 06:50:24 +00:00
fix affix-top unit test to properly clean up after itself
This commit is contained in:
parent
7527ce93c9
commit
bc5a753b67
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ $(function () {
|
|||
})
|
||||
.on('affixed-top.bs.affix', function () {
|
||||
ok($('#affixTopTarget').hasClass('affix-top'), 'affix-top class applied')
|
||||
$('#padding-offset').remove()
|
||||
start()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue