diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-17 12:10:26 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-26 10:28:24 +0100 |
commit | a0310eb091f679c8ba002d57a30b53f8e7ea8ef3 (patch) | |
tree | dc1f46b7d6f5469ccde4a07f79ad5d9987aa493c /build | |
parent | 0be97bf8c01394cd68134b104bcbf30b27859531 (diff) | |
download | jquery-ui-a0310eb091f679c8ba002d57a30b53f8e7ea8ef3.tar.gz jquery-ui-a0310eb091f679c8ba002d57a30b53f8e7ea8ef3.zip |
Dialog: Move array notation support for position option to backCompat check. Fixes #8824 - Deprecate array notation for position option.
Diffstat (limited to 'build')
-rw-r--r-- | build/tasks/testswarm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 0685315e6..96415aa74 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -15,6 +15,7 @@ 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", |