lint compliance

pull/1/head
yflory 2020-06-11 13:34:00 +02:00
parent a68e62f0b8
commit bba1706ac5
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ define([
var deleteLastCp = function () {
var hashes = content.hashes;
if (!hashes || !Object.keys(hashes).length) { return; }
i = i || 0;
var i = 0;
var idx = Object.keys(hashes).map(Number).sort(function (a, b) {
return a-b;
});