diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-02-05 14:30:59 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-02-05 14:30:59 +0000 |
commit | dd3636c97afe68ab931dfa2c5a8d2a1f60cbee2e (patch) | |
tree | 1983149b252bb31579ca6cb4a618fd1f2b01367c /tests/unit/dialog | |
parent | 3b4cef1e1f2883ae837a11cce11d2397f61a79e0 (diff) | |
download | jquery-ui-dd3636c97afe68ab931dfa2c5a8d2a1f60cbee2e.tar.gz jquery-ui-dd3636c97afe68ab931dfa2c5a8d2a1f60cbee2e.zip |
Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681).
Diffstat (limited to 'tests/unit/dialog')
-rw-r--r-- | tests/unit/dialog/dialog_defaults.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_defaults.js b/tests/unit/dialog/dialog_defaults.js index 475f36ed2..eb9d36bf7 100644 --- a/tests/unit/dialog/dialog_defaults.js +++ b/tests/unit/dialog/dialog_defaults.js @@ -19,7 +19,6 @@ var dialog_defaults = { modal: false, position: 'center', resizable: true, - shadow: false, stack: true, title: '', width: 300, |