diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-11-09 16:27:45 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-11-09 16:27:45 -0500 |
commit | 254f2b3698265bdcb7daa85f8c7e2c27192cd090 (patch) | |
tree | 90f4946be9136ccd9462ab202096945d952e47be /build | |
parent | 543abc9b1ff6cafdea7cd1be5835f04104cdb8da (diff) | |
download | jquery-ui-254f2b3698265bdcb7daa85f8c7e2c27192cd090.tar.gz jquery-ui-254f2b3698265bdcb7daa85f8c7e2c27192cd090.zip |
Dev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: re-enable the datepicker 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 35838a14e..95dfaca6c 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -13,7 +13,7 @@ var versions = { "Autocomplete": "autocomplete/autocomplete.html", "Button": "button/button.html", "Core": "core/core.html", - //"Datepicker": "datepicker/datepicker.html", + "Datepicker": "datepicker/datepicker.html", "Dialog": "dialog/dialog.html", "Draggable": "draggable/draggable.html", "Droppable": "droppable/droppable.html", |