mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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…
Add table
Reference in a new issue