]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix unit test for twipsy
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 23 Dec 2011 03:28:58 +0000 (19:28 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 23 Dec 2011 03:28:58 +0000 (19:28 -0800)
js/tests/unit/bootstrap-twipsy.js

index 7a88ab2f13619733139e7d30ecbc4dffe8131922..6623fc026ea34c8a47bb41ab879bf4c0a6a7ceac 100644 (file)
@@ -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')
       })