aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-06 23:41:53 -0800
committerMark Otto <[email protected]>2012-02-06 23:41:53 -0800
commit6325402372bb6187fa0bda99ff33223215133043 (patch)
treec74cc5706a1894179225b5cd4a6534128cfd09b1
parentf68f7870efd4e56dc1d651dc5de37b265558fce1 (diff)
parentc3c13a247490cf177646dc2a9186b3a4e4c4242b (diff)
downloadbootstrap-6325402372bb6187fa0bda99ff33223215133043.tar.xz
bootstrap-6325402372bb6187fa0bda99ff33223215133043.zip
Merge branch 'master' of https://github.com/CaryLandholt/bootstrap into CaryLandholt-master
-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 () {