1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Updated: jQuery Migrate v3.1.0 -> v3.3.1

This commit is contained in:
nobody
2020-11-14 09:29:24 +01:00
parent 65122b9532
commit bd302e38a1
5 changed files with 5 additions and 5 deletions

View File

@ -253,7 +253,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/jquery-migrate/1.')) {
return '1.4.1';
} else if (type.startsWith('/jquery-migrate/3.')) {
return '3.1.0';
return '3.3.1';
} else if (type.startsWith('/jquery-mousewheel/3.')) {
return '3.1.13';
} else if (type.startsWith('/jScrollPane/2.')) {