aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCary Landholt <[email protected]>2012-02-01 22:20:24 -0600
committerCary Landholt <[email protected]>2012-02-01 22:20:24 -0600
commitc3c13a247490cf177646dc2a9186b3a4e4c4242b (patch)
tree4731bcedf3925db7e47eb949388d9f190a933db7
parente36496fd84c504255f1348aab53be55c17fc9824 (diff)
downloadbootstrap-c3c13a247490cf177646dc2a9186b3a4e4c4242b.tar.xz
bootstrap-c3c13a247490cf177646dc2a9186b3a4e4c4242b.zip
Fixed typo "tabs" ==> "button"
-rw-r--r--js/tests/unit/bootstrap-button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/bootstrap-button.js b/js/tests/unit/bootstrap-button.js
index 59e8f33bc..8aed857e1 100644
--- a/js/tests/unit/bootstrap-button.js
+++ b/js/tests/unit/bootstrap-button.js
@@ -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 () {