diff options
| author | Cary Landholt <[email protected]> | 2012-02-01 22:20:24 -0600 |
|---|---|---|
| committer | Cary Landholt <[email protected]> | 2012-02-01 22:20:24 -0600 |
| commit | c3c13a247490cf177646dc2a9186b3a4e4c4242b (patch) | |
| tree | 4731bcedf3925db7e47eb949388d9f190a933db7 | |
| parent | e36496fd84c504255f1348aab53be55c17fc9824 (diff) | |
| download | bootstrap-c3c13a247490cf177646dc2a9186b3a4e4c4242b.tar.xz bootstrap-c3c13a247490cf177646dc2a9186b3a4e4c4242b.zip | |
Fixed typo "tabs" ==> "button"
| -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 () { |
