Skip to content

Commit

Permalink
Add jQuery v2.0.0 to test suite, remove v2.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Apr 18, 2013
1 parent 083eb8b commit bc763ff
Show file tree
Hide file tree
Showing 2 changed files with 3,858 additions and 3,793 deletions.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function(grunt) {
port: 8573
},
qunit: {
urls: ['1.4.3', '1.9.1', '2.0.0b2'].map(function(version) {
urls: ['1.4.3', '1.9.1', '2.0.0'].map(function(version) {
return 'http://localhost:<%= server.port %>/test/jquery.stellar.html?jquery=' + version;
})
},
Expand Down
Loading

0 comments on commit bc763ff

Please sign in to comment.