0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

fix affix-top unit test to properly clean up after itself

This commit is contained in:
Chris Rebert 2014-11-20 23:26:37 -08:00
parent 7527ce93c9
commit bc5a753b67

View File

@ -86,6 +86,7 @@ $(function () {
})
.on('affixed-top.bs.affix', function () {
ok($('#affixTopTarget').hasClass('affix-top'), 'affix-top class applied')
$('#padding-offset').remove()
start()
})