Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jun 14, 2024
1 parent 67490a0 commit 2b40401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/dialog/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ QUnit.test( "ARIA", function( assert ) {
QUnit.test( "aria-modal", function( assert ) {
assert.expect( 9 );

var element, wrapper;
var element, wrapper;

element = $( "<div>" ).dialog( { modal: true } );
wrapper = element.dialog( "widget" );
Expand Down

0 comments on commit 2b40401

Please sign in to comment.