Skip to content
Snippets Groups Projects
Commit 94e8ec7f authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix version comparision algorithm

parent 9347689a
No related branches found
No related tags found
No related merge requests found
......@@ -465,6 +465,7 @@ angular.module('cesium.http.services', ['cesium.cache.services'])
if (!isPositiveInteger(parts[i])) {
return false;
}
parts[i] = parseInt(parts[i]);
}
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment