2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Fixed typo "tabs" ==> "button"

This commit is contained in:
Cary Landholt
2012-02-01 22:20:24 -06:00
parent e36496fd84
commit c3c13a2474
+1 -1
View 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 () {