Skip to content

Commit

Permalink
fix affix-top unit test to properly clean up after itself
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Nov 21, 2014
1 parent 7527ce9 commit bc5a753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/tests/unit/affix.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ $(function () {
})
.on('affixed-top.bs.affix', function () {
ok($('#affixTopTarget').hasClass('affix-top'), 'affix-top class applied')
$('#padding-offset').remove()
start()
})

Expand Down

0 comments on commit bc5a753

Please sign in to comment.