removed unnecessary semicolon
This commit is contained in:
parent
5ada6a7343
commit
287b01b9e4
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue