aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/dialog/dialog_common.js')
-rw-r--r--tests/unit/dialog/dialog_common.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/unit/dialog/dialog_common.js b/tests/unit/dialog/dialog_common.js
index 57d7aa0aa..ea4c91767 100644
--- a/tests/unit/dialog/dialog_common.js
+++ b/tests/unit/dialog/dialog_common.js
@@ -4,11 +4,11 @@ TestHelpers.commonWidgetTests( "dialog", {
autoOpen: true,
buttons: [],
closeOnEscape: true,
- closeText: 'close',
+ closeText: "close",
disabled: false,
- dialogClass: '',
+ dialogClass: "",
draggable: true,
- height: 'auto',
+ height: "auto",
hide: null,
maxHeight: null,
maxWidth: null,
@@ -16,10 +16,10 @@ TestHelpers.commonWidgetTests( "dialog", {
minWidth: 150,
modal: false,
position: {
- my: 'center',
- at: 'center',
+ my: "center",
+ at: "center",
of: window,
- collision: 'fit',
+ collision: "fit",
using: $.ui.dialog.prototype.options.position.using
},
resizable: true,