diff options
Diffstat (limited to 'tests/unit/dialog/dialog_defaults.js')
-rw-r--r-- | tests/unit/dialog/dialog_defaults.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/unit/dialog/dialog_defaults.js b/tests/unit/dialog/dialog_defaults.js index eb9d36bf7..9607bf194 100644 --- a/tests/unit/dialog/dialog_defaults.js +++ b/tests/unit/dialog/dialog_defaults.js @@ -12,13 +12,15 @@ var dialog_defaults = { dialogClass: '', draggable: true, height: 'auto', - maxHeight: undefined, - maxWidth: undefined, + hide: null, + maxHeight: false, + maxWidth: false, minHeight: 150, minWidth: 150, modal: false, position: 'center', resizable: true, + show: null, stack: true, title: '', width: 300, |