mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Fixed typo "tabs" ==> "button"
This commit is contained in:
parent
e36496fd84
commit
c3c13a2474
2
js/tests/unit/bootstrap-button.js
vendored
2
js/tests/unit/bootstrap-button.js
vendored
@ -3,7 +3,7 @@ $(function () {
|
|||||||
module("bootstrap-buttons")
|
module("bootstrap-buttons")
|
||||||
|
|
||||||
test("should be defined on jquery object", function () {
|
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 () {
|
test("should return element", function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user