From 0ec857a5bd1df6cf210dbaa75e5085caa0d0aff0 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 18 Jan 2010 01:58:15 +0000 Subject: Button: conform to coding standards. --- tests/unit/button/button_core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/button') diff --git a/tests/unit/button/button_core.js b/tests/unit/button/button_core.js index 12016627f..1a40d5ee0 100644 --- a/tests/unit/button/button_core.js +++ b/tests/unit/button/button_core.js @@ -10,7 +10,7 @@ module("button: core"); test("checkbox", function() { var input = $("#check"); label = $("label[for=check]"); - ok( input.is(":visble") ); + ok( input.is(":visible") ); ok( label.is(":not(.ui-button)") ); input.button(); ok( input.is(":hidden") ); @@ -20,7 +20,7 @@ test("checkbox", function() { test("radios", function() { var inputs = $("#radio0 input"); labels = $("#radio0 label"); - ok( inputs.is(":visble") ); + ok( inputs.is(":visible") ); ok( labels.is(":not(.ui-button)") ); inputs.button(); ok( inputs.is(":hidden") ); -- cgit v1.2.3