Skip to content

Commit b61b16b

Browse files
authored
All: Drop support for jQuery 1.7
Closes gh-1923
1 parent 086c304 commit b61b16b

File tree

Image for: File tree

16 files changed

Image for: 16 files changed
+17
-28133
lines changed

16 files changed

Image for: 16 files changed
+17
-28133
lines changed

‎Gruntfile.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -298,15 +298,6 @@ grunt.initConfig( {
298298
"jquery/jquery.js": "jquery-1.x/dist/jquery.js",
299299
"jquery/LICENSE.txt": "jquery-1.x/LICENSE.txt",
300300

301-
"jquery-1.7.0/jquery.js": "jquery-1.7.0/jquery.js",
302-
"jquery-1.7.0/MIT-LICENSE.txt": "jquery-1.7.0/MIT-LICENSE.txt",
303-
304-
"jquery-1.7.1/jquery.js": "jquery-1.7.1/jquery.js",
305-
"jquery-1.7.1/MIT-LICENSE.txt": "jquery-1.7.1/MIT-LICENSE.txt",
306-
307-
"jquery-1.7.2/jquery.js": "jquery-1.7.2/jquery.js",
308-
"jquery-1.7.2/MIT-LICENSE.txt": "jquery-1.7.2/MIT-LICENSE.txt",
309-
310301
"jquery-1.8.0/jquery.js": "jquery-1.8.0/jquery.js",
311302
"jquery-1.8.0/MIT-LICENSE.txt": "jquery-1.8.0/MIT-LICENSE.txt",
312303

‎bower.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
"qunit-composite": "JamesMGreene/qunit-composite#v1.1.0",
2323
"requirejs": "2.1.14",
2424

25-
"jquery-1.7.0": "jquery#1.7.0",
26-
"jquery-1.7.1": "jquery#1.7.1",
27-
"jquery-1.7.2": "jquery#1.7.2",
2825
"jquery-1.8.0": "jquery#1.8.0",
2926
"jquery-1.8.1": "jquery#1.8.1",
3027
"jquery-1.8.2": "jquery#1.8.2",

‎build/tasks/testswarm.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ var versions = {
1818
"1.11": "1.11.3",
1919
"1.10": "1.10.2",
2020
"1.9": "1.9.1",
21-
"1.8": "1.8.3",
22-
"1.7": "1.7.2"
21+
"1.8": "1.8.3"
2322
},
2423
tests = {
2524
"Accordion": "accordion/accordion.html",

‎external/jquery-1.7.0/MIT-LICENSE.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Image for: 0 commit comments
Comments
 (0)