mirror of https://github.com/twbs/bootstrap.git
Merge branch 'CaryLandholt-master' into 2.0.1-wip
This commit is contained in:
commit
a10c23f1aa
|
@ -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…
Reference in New Issue