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:41:53 +0400
committerMark Otto <markdotto@gmail.com>2012-02-07 11:41:53 +0400
commit6325402372bb6187fa0bda99ff33223215133043 (patch)
treec74cc5706a1894179225b5cd4a6534128cfd09b1 /js
parentf68f7870efd4e56dc1d651dc5de37b265558fce1 (diff)
parentc3c13a247490cf177646dc2a9186b3a4e4c4242b (diff)
Merge branch 'master' of https://github.com/CaryLandholt/bootstrap into CaryLandholt-master
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 () {