We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67490a0 commit 2b40401Copy full SHA for 2b40401
tests/unit/dialog/core.js
@@ -87,7 +87,7 @@ QUnit.test( "ARIA", function( assert ) {
87
QUnit.test( "aria-modal", function( assert ) {
88
assert.expect( 9 );
89
90
-var element, wrapper;
+ var element, wrapper;
91
92
element = $( "<div>" ).dialog( { modal: true } );
93
wrapper = element.dialog( "widget" );
0 commit comments