diff options
| author | Jacob Thornton <[email protected]> | 2011-12-22 19:28:58 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-22 19:28:58 -0800 |
| commit | ea2346197075a30f0200665fcd2836b217f33fb3 (patch) | |
| tree | 0af95ff59547a18b2f90e100eced75183b32dc43 /js/tests | |
| parent | 49fb910b11baef4ccfe9270479e8b9bf9e5e7731 (diff) | |
| download | bootstrap-ea2346197075a30f0200665fcd2836b217f33fb3.tar.xz bootstrap-ea2346197075a30f0200665fcd2836b217f33fb3.zip | |
fix unit test for twipsy
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/unit/bootstrap-twipsy.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/unit/bootstrap-twipsy.js b/js/tests/unit/bootstrap-twipsy.js index 7a88ab2f1..6623fc026 100644 --- a/js/tests/unit/bootstrap-twipsy.js +++ b/js/tests/unit/bootstrap-twipsy.js @@ -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') }) |
