Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-02-07 11:42:02 +0400
committerMark Otto <markdotto@gmail.com>2012-02-07 11:42:02 +0400
commita10c23f1aa971819d5d978e2e1ea55aab3de9d16 (patch)
tree29fb4af835c90a508aabed4372934a63263e1a8c /js
parent1a97cce19bf4e4be082d8724a30b3c1425c660b4 (diff)
parent6325402372bb6187fa0bda99ff33223215133043 (diff)
Merge branch 'CaryLandholt-master' into 2.0.1-wip
Diffstat (limited to 'js')
-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 59e8f33bc9..8aed857e11 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 () {