diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-11-09 15:02:12 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-11-09 15:02:26 -0500 |
commit | 543abc9b1ff6cafdea7cd1be5835f04104cdb8da (patch) | |
tree | c4886ef622e2150727a17c9b834773b359849cc1 /build | |
parent | fd48568c402847df8af59166c33549f0d19feb4b (diff) | |
download | jquery-ui-543abc9b1ff6cafdea7cd1be5835f04104cdb8da.tar.gz jquery-ui-543abc9b1ff6cafdea7cd1be5835f04104cdb8da.zip |
Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: re-enable the dialog test suite
Diffstat (limited to 'build')
-rw-r--r-- | build/tasks/testswarm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index c3fbdbf9a..35838a14e 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -14,7 +14,7 @@ var versions = { "Button": "button/button.html", "Core": "core/core.html", //"Datepicker": "datepicker/datepicker.html", - //"Dialog": "dialog/dialog.html", + "Dialog": "dialog/dialog.html", "Draggable": "draggable/draggable.html", "Droppable": "droppable/droppable.html", "Effects": "effects/effects.html", |