diff options
| author | Mark Otto <[email protected]> | 2012-02-06 23:41:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-06 23:41:53 -0800 |
| commit | 6325402372bb6187fa0bda99ff33223215133043 (patch) | |
| tree | c74cc5706a1894179225b5cd4a6534128cfd09b1 | |
| parent | f68f7870efd4e56dc1d651dc5de37b265558fce1 (diff) | |
| parent | c3c13a247490cf177646dc2a9186b3a4e4c4242b (diff) | |
| download | bootstrap-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.js | 2 |
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 () { |
