Skip to content

Commit

Permalink
fix unit test for twipsy
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Dec 23, 2011
1 parent 49fb910 commit ea23461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/tests/unit/bootstrap-twipsy.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ $(function () {
$.support.transition = false
var twipsy = $('<a href="#" rel="twipsy" title="Another twipsy"></a>')
.appendTo('#qunit-fixture')
.twipsy({placement: 'below'})
.twipsy({placement: 'bottom'})
.twipsy('show')

ok($(".twipsy").hasClass('fade below in'), 'has correct classes applied')
ok($(".twipsy").hasClass('fade bottom in'), 'has correct classes applied')
twipsy.twipsy('hide')
})

Expand Down

0 comments on commit ea23461

Please sign in to comment.