diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-03-15 06:40:51 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-03-15 06:41:06 -0400 |
commit | 0cc40d799ffdf7aa978f910b890915ee6ad7a2b8 (patch) | |
tree | 1b98f4f9c5f0afec75796e3fc6f6f9405e8c1a11 /tests/unit/all.html | |
parent | 4484c52a4d29ea4da53446ddea9f85b3f1231b06 (diff) | |
download | jquery-ui-0cc40d799ffdf7aa978f910b890915ee6ad7a2b8.tar.gz jquery-ui-0cc40d799ffdf7aa978f910b890915ee6ad7a2b8.zip |
Dialog: Removed deprecated position handling. Fixes #8825 - Dialog: Remove array and string notations for position option.
Diffstat (limited to 'tests/unit/all.html')
-rw-r--r-- | tests/unit/all.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/all.html b/tests/unit/all.html index ba96feef2..22b1802dc 100644 --- a/tests/unit/all.html +++ b/tests/unit/all.html @@ -22,7 +22,6 @@ "core/core.html", "datepicker/datepicker.html", "dialog/dialog.html", - "dialog/dialog_deprecated.html", "draggable/draggable.html", "droppable/droppable.html", "effects/effects.html", |