diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-10-20 19:29:35 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-10-20 19:29:35 -0400 |
commit | faf87d992455280182edef015c8733313744a739 (patch) | |
tree | 896b9f1ce69dd8fda6de9ea2a4a5b8f7a80b1a83 /build/tasks/testswarm.js | |
parent | 89ed68fb05ed8dff281d0de941a6d1164f2e66f1 (diff) | |
download | jquery-ui-faf87d992455280182edef015c8733313744a739.tar.gz jquery-ui-faf87d992455280182edef015c8733313744a739.zip |
Core: Remove .zIndex()
Fixes #9156
Diffstat (limited to 'build/tasks/testswarm.js')
-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 aa1c52abc..44cf2c5eb 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -15,7 +15,6 @@ 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", |