diff options
author | Bruno M. Custódio <bruno@brunomcustodio.com> | 2013-06-01 20:25:27 +0100 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-07-05 08:42:37 -0400 |
commit | 0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c (patch) | |
tree | 982c1d7edda62fbe6fc79a3fad803712aedd5342 /build/tasks | |
parent | 4148acfa9a7b1494f2d87559362c07a59f8e47f8 (diff) | |
download | jquery-ui-0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c.tar.gz jquery-ui-0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c.zip |
Updating jQuery to 1.10.2.
Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the
tests directory.
Diffstat (limited to 'build/tasks')
-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 2db312048..dd9959a62 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -4,6 +4,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", + "1.10": "1.10.0 1.10.1 1.10.2", "1.9": "1.9.0 1.9.1", "1.8": "1.8.0 1.8.1 1.8.2 1.8.3", "1.7": "1.7 1.7.1 1.7.2", |