mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
Merge branch 'master' of https://github.com/CaryLandholt/bootstrap into CaryLandholt-master
This commit is contained in:
commit
6325402372
1 changed files with 1 additions and 1 deletions
2
js/tests/unit/bootstrap-button.js
vendored
2
js/tests/unit/bootstrap-button.js
vendored
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue