lint compliance

pull/1/head
yflory 6 years ago
parent 539e784a7a
commit 17dc4af1aa

@ -284,7 +284,7 @@ define([
}); });
nt(function () { nt(function () {
cb(chainpad); cb(chainpad);
}) });
}; };
var fullHistoryCalled = false; var fullHistoryCalled = false;
@ -319,7 +319,7 @@ define([
$('#cp-app-debug-content').html('').append(content); $('#cp-app-debug-content').html('').append(content);
} }
length++; length++;
decryptProgress.innerHTML = (progress*100).toFixed(2) + '%' decryptProgress.innerHTML = (progress*100).toFixed(2) + '%';
}); });
// Get full history // Get full history
@ -371,7 +371,7 @@ define([
loading.innerHTML = ''; loading.innerHTML = '';
hrefs.append(table); hrefs.append(table);
}, function (p) { }, function (p) {
progress.innerHTML = (p*100).toFixed(2) + '%' progress.innerHTML = (p*100).toFixed(2) + '%';
}); });
}).appendTo(hrefs); }).appendTo(hrefs);
} }
@ -384,7 +384,7 @@ define([
$(graph).append(code); $(graph).append(code);
}); });
}, function (p) { }, function (p) {
parseProgress.innerHTML = (p*100).toFixed(2) + '%' parseProgress.innerHTML = (p*100).toFixed(2) + '%';
}); });
}, {timeout: 2147483647}); // Max 32-bit integer }, {timeout: 2147483647}); // Max 32-bit integer
}; };

Loading…
Cancel
Save