aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/core.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-08-21 00:11:21 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-21 08:06:23 -0400
commit9ef84a6bf0a4a1d9df62a4427d0e826d91d1606b (patch)
tree4eb1005936941a7795e1412771ca07820e87b2c8 /tests/unit/dialog/core.js
parentf75c8761cb7d4e6fca39c4b7cedf2442a8bc260a (diff)
downloadjquery-ui-9ef84a6bf0a4a1d9df62a4427d0e826d91d1606b.tar.gz
jquery-ui-9ef84a6bf0a4a1d9df62a4427d0e826d91d1606b.zip
Dialog: Style updates
Ref #14246 Ref gh-1588
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 );
}