Skip to content

Commit 209ae40

Browse files
committed
Update common-deprecated.js and common.js
Update common.js Update common.js Update common.js
1 parent 83ae561 commit 209ae40

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/unit/dialog/common-deprecated.js

+3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ common.testWidget( "dialog", {
1414
},
1515
closeOnEscape: true,
1616
closeText: "Close",
17+
minimizeText: "Minimize",
18+
restoreText: "Restore",
1719
dialogClass: "",
1820
disabled: false,
1921
draggable: true,
22+
minimizable: false,
2023
height: "auto",
2124
hide: null,
2225
maxHeight: null,

tests/unit/dialog/common.js

+3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ common.testWidget( "dialog", {
1414
},
1515
closeOnEscape: true,
1616
closeText: "Close",
17+
minimizeText: "Minimize",
18+
restoreText: "Restore",
1719
disabled: false,
1820
draggable: true,
21+
minimizable: false,
1922
height: "auto",
2023
hide: null,
2124
maxHeight: null,

0 commit comments

Comments
 (0)