Commit bc5a753b authored by Chris Rebert's avatar Chris Rebert

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

parent 7527ce93
...@@ -86,6 +86,7 @@ $(function () { ...@@ -86,6 +86,7 @@ $(function () {
}) })
.on('affixed-top.bs.affix', function () { .on('affixed-top.bs.affix', function () {
ok($('#affixTopTarget').hasClass('affix-top'), 'affix-top class applied') ok($('#affixTopTarget').hasClass('affix-top'), 'affix-top class applied')
$('#padding-offset').remove()
start() start()
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment