Commit 63254023 authored by Mark Otto's avatar Mark Otto

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

parents f68f7870 c3c13a24
...@@ -3,7 +3,7 @@ $(function () { ...@@ -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 () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment