0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge branch 'master' of https://github.com/CaryLandholt/bootstrap into CaryLandholt-master

This commit is contained in:
Mark Otto 2012-02-06 23:41:53 -08:00
commit 6325402372

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 () {