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 /build/tasks | |
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 'build/tasks')
-rw-r--r-- | build/tasks/testswarm.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 3361b7fa9..d747d16f9 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -16,7 +16,6 @@ var versions = { "Core": "core/core.html", "Datepicker": "datepicker/datepicker.html", "Dialog": "dialog/dialog.html", - "Dialog_deprecated": "dialog/dialog_deprecated.html", "Draggable": "draggable/draggable.html", "Droppable": "droppable/droppable.html", "Effects": "effects/effects.html", |