From 9ef84a6bf0a4a1d9df62a4427d0e826d91d1606b Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 21 Aug 2015 00:11:21 -0400 Subject: Dialog: Style updates Ref #14246 Ref gh-1588 --- tests/unit/dialog/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/dialog/core.js') diff --git a/tests/unit/dialog/core.js b/tests/unit/dialog/core.js index 1560c34ac..b351b0aeb 100644 --- a/tests/unit/dialog/core.js +++ b/tests/unit/dialog/core.js @@ -224,7 +224,7 @@ asyncTest( "Prevent tabbing out of dialogs", function() { function checkTab() { equal( document.activeElement, inputs[ 0 ], "Tab key event moved focus within the modal" ); - // check shift tab + // Check shift tab $( document.activeElement ).simulate( "keydown", { keyCode: $.ui.keyCode.TAB, shiftKey: true }); setTimeout( checkShiftTab ); } -- cgit v1.2.3