diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-03-15 07:01:24 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-03-15 07:01:24 -0400 |
commit | 932caaf2ddf70c889003d5b42eee4f069d2dd296 (patch) | |
tree | f6c8ad8102d49dd51392ea58b5105297ccd50cf1 /build | |
parent | ae9651931f3d0704b33322a7d6f4750c1d83ccf7 (diff) | |
download | jquery-ui-932caaf2ddf70c889003d5b42eee4f069d2dd296.tar.gz jquery-ui-932caaf2ddf70c889003d5b42eee4f069d2dd296.zip |
Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex().
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 d747d16f9..01fb178f9 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -14,6 +14,7 @@ var versions = { "Autocomplete": "autocomplete/autocomplete.html", "Button": "button/button.html", "Core": "core/core.html", + "Core_deprecated": "core/core_deprecated.html", "Datepicker": "datepicker/datepicker.html", "Dialog": "dialog/dialog.html", "Draggable": "draggable/draggable.html", |