Commit ea234619 authored by Jacob Thornton's avatar Jacob Thornton

fix unit test for twipsy

parent 49fb910b
......@@ -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')
})
......
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