From: Cary Landholt Date: Thu, 2 Feb 2012 04:20:24 +0000 (-0600) Subject: Fixed typo "tabs" ==> "button" X-Git-Tag: v2.0.1~1^2~34^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3c13a247490cf177646dc2a9186b3a4e4c4242b;p=thirdparty%2Fbootstrap.git Fixed typo "tabs" ==> "button" --- 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 () {