]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed typo "tabs" ==> "button" 1573/head
authorCary Landholt <cary.landholt@gmail.com>
Thu, 2 Feb 2012 04:20:24 +0000 (22:20 -0600)
committerCary Landholt <cary.landholt@gmail.com>
Thu, 2 Feb 2012 04:20:24 +0000 (22:20 -0600)
js/tests/unit/bootstrap-button.js

index 59e8f33bc904d7165ca77c267f9bf8a118531d67..8aed857e11acaff6c248336bd20ecca8ec28315e 100644 (file)
@@ -3,7 +3,7 @@ $(function () {
     module("bootstrap-buttons")
 
       test("should be defined on jquery object", function () {
-        ok($(document.body).button, 'tabs method is defined')
+        ok($(document.body).button, 'button method is defined')
       })
 
       test("should return element", function () {