Skip to content

Commit 478e434

Browse files
committed
add new option to common.js and common-deprecated.js
1 parent 7b9ea13 commit 478e434

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/unit/dialog/common-deprecated.js

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

3940
// Callbacks

tests/unit/dialog/common.js

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

3839
// Callbacks

0 commit comments

Comments
 (0)