lint compliance

pull/1/head
yflory 5 years ago
parent a68e62f0b8
commit bba1706ac5

@ -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;
});

Loading…
Cancel
Save