aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/dialog/core.js')
-rw-r--r--tests/unit/dialog/core.js2
1 files changed, 1 insertions, 1 deletions
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 );
}