Commit c3c13a24 authored by Cary Landholt's avatar Cary Landholt

Fixed typo "tabs" ==> "button"

parent e36496fd
...@@ -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