Skip to content

Commit

Permalink
Update common-deprecated.js and common.js
Browse files Browse the repository at this point in the history
Update common.js

Update common.js

Update common.js
  • Loading branch information
uplusware committed Oct 21, 2021
1 parent 83ae561 commit 209ae40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/dialog/common-deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ common.testWidget( "dialog", {
},
closeOnEscape: true,
closeText: "Close",
minimizeText: "Minimize",
restoreText: "Restore",
dialogClass: "",
disabled: false,
draggable: true,
minimizable: false,
height: "auto",
hide: null,
maxHeight: null,
Expand Down
3 changes: 3 additions & 0 deletions tests/unit/dialog/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ common.testWidget( "dialog", {
},
closeOnEscape: true,
closeText: "Close",
minimizeText: "Minimize",
restoreText: "Restore",
disabled: false,
draggable: true,
minimizable: false,
height: "auto",
hide: null,
maxHeight: null,
Expand Down

0 comments on commit 209ae40

Please sign in to comment.