Skip to content

Commit bc763ff

Browse files
committed
Add jQuery v2.0.0 to test suite, remove v2.0.0b2
1 parent 083eb8b commit bc763ff

File tree

2 files changed

+3858
-3793
lines changed

2 files changed

+3858
-3793
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function(grunt) {
2222
port: 8573
2323
},
2424
qunit: {
25-
urls: ['1.4.3', '1.9.1', '2.0.0b2'].map(function(version) {
25+
urls: ['1.4.3', '1.9.1', '2.0.0'].map(function(version) {
2626
return 'http://localhost:<%= server.port %>/test/jquery.stellar.html?jquery=' + version;
2727
})
2828
},

0 commit comments

Comments
 (0)