1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-17 20:30:57 +01:00

removed unnecessary semicolon

This commit is contained in:
nobody 2024-07-20 08:42:25 +02:00
parent 5ada6a7343
commit 287b01b9e4
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -369,7 +369,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/p2p-media-loader-core') || type.startsWith('/p2p-media-loader-hlsjs')) {
if (helpers.compareVersion('0.6.2', version)) return '0.6.2'; // <= v0.6.2
return '1.0.3';
};
}
if (type.startsWith('/p5.js/0.')) return '0.10.2';
if (type.startsWith('/p5.js/1.')) return '1.9.4';
if (type.startsWith('/page.js/1.')) return '1.11.6';