diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-30 03:07:40 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-30 03:07:40 +0000 |
commit | 3268e41300b96a6ba38666e518acc9931422fb87 (patch) | |
tree | e6238c4d4ccebfff44cc34c8b8b76304ff580cf7 | |
parent | 633ceff19057f09973b10ca850c2a8b3a5bdc6dd (diff) | |
download | jquery-ui-3268e41300b96a6ba38666e518acc9931422fb87.tar.gz jquery-ui-3268e41300b96a6ba38666e518acc9931422fb87.zip |
dialog unit tests: no more overlay option
-rw-r--r-- | tests/unit/dialog/dialog.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog.js b/tests/unit/dialog/dialog.js index 25f8b63e9..9d64b5ac5 100644 --- a/tests/unit/dialog/dialog.js +++ b/tests/unit/dialog/dialog.js @@ -20,7 +20,6 @@ var defaults = { minHeight: 150, minWidth: 150, modal: false, - overlay: {}, position: 'center', resizable: true, stack: true, |