diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-31 05:47:58 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-31 05:47:58 +0000 |
commit | 9f382c5814fc890f9f7a3792c7091e3a8675aee3 (patch) | |
tree | 3b9113898ee6478123b7c315edf6045b9afb5c52 /tests/unit/dialog | |
parent | 272391bd2f0880711c8af64c9a87c6b06ced8e03 (diff) | |
download | jquery-ui-9f382c5814fc890f9f7a3792c7091e3a8675aee3.tar.gz jquery-ui-9f382c5814fc890f9f7a3792c7091e3a8675aee3.zip |
dialog: changed shadow default to false. Not quite ready to be on by default. Maybe in 1.next.
Diffstat (limited to 'tests/unit/dialog')
-rw-r--r-- | tests/unit/dialog/dialog.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/dialog/dialog.js b/tests/unit/dialog/dialog.js index 626d5e92a..f71ad2ab6 100644 --- a/tests/unit/dialog/dialog.js +++ b/tests/unit/dialog/dialog.js @@ -22,6 +22,7 @@ var defaults = { modal: false, position: 'center', resizable: true, + shadow: false, stack: true, title: '', width: 300 |