mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fix comment to reflect reality
This commit is contained in:
@ -227,8 +227,8 @@ helpers.formatFilename = function (targetPath) {
|
||||
|
||||
helpers.compareVersion = function (v1, v2) {
|
||||
/**
|
||||
* compareVersion( '1.5.7' , '1.5.8' ) is TRUE
|
||||
* compareVersion( '1.5.8' , '1.5.7' ) is FALSE
|
||||
* compareVersion( '1.5.7' , '1.5.8' ) is FALSE
|
||||
* compareVersion( '1.5.8' , '1.5.7' ) is TRUE
|
||||
* compareVersion( '1.5.7' , '1.5.7' ) is TRUE
|
||||
*/
|
||||
v1 = v1.split('.');
|
||||
|
Reference in New Issue
Block a user