Skip to content

Commit 6ffab2e

Browse files
committed
change to the new default value 0 for uiDialogTitleHeadingLevel
1 parent f46ff12 commit 6ffab2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/dialog/common-deprecated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ common.testWidget( "dialog", {
3434
resizable: true,
3535
show: null,
3636
title: null,
37-
uiDialogTitleTagName: "<span>",
37+
uiDialogTitleHeadingLevel: 0,
3838
width: 300,
3939

4040
// Callbacks

tests/unit/dialog/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ common.testWidget( "dialog", {
3333
resizable: true,
3434
show: null,
3535
title: null,
36-
uiDialogTitleTagName: "<span>",
36+
uiDialogTitleHeadingLevel: 0,
3737
width: 300,
3838

3939
// Callbacks

0 commit comments

Comments
 (0)