2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge branch 'CaryLandholt-master' into 2.0.1-wip

This commit is contained in:
Mark Otto
2012-02-06 23:42:02 -08:00
+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 () {