diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-26 14:38:27 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-26 14:38:27 -0400 |
commit | 2a68a7d2bc5a40a75d463a4fde09b89a75f94451 (patch) | |
tree | 7f942ee597c138f900ec0368ed11200f2de7ef5c /tests/unit | |
parent | 5bd4b11d9ba8c8cfd51f2d31ca56357191631d24 (diff) | |
download | jquery-ui-2a68a7d2bc5a40a75d463a4fde09b89a75f94451.tar.gz jquery-ui-2a68a7d2bc5a40a75d463a4fde09b89a75f94451.zip |
Dialog tests: Removed stack option.
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/dialog/dialog_common.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_common.js b/tests/unit/dialog/dialog_common.js index d49f78a4b..2c0e86b46 100644 --- a/tests/unit/dialog/dialog_common.js +++ b/tests/unit/dialog/dialog_common.js @@ -23,7 +23,6 @@ TestHelpers.commonWidgetTests( "dialog", { }, resizable: true, show: null, - stack: true, title: '', width: 300, |