Skip to content

Commit 2b40401

Browse files
authored
Fix indentation
1 parent 67490a0 commit 2b40401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/dialog/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ QUnit.test( "ARIA", function( assert ) {
8787
QUnit.test( "aria-modal", function( assert ) {
8888
assert.expect( 9 );
8989

90-
var element, wrapper;
90+
var element, wrapper;
9191

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

0 commit comments

Comments
 (0)