lint compliance

pull/1/head
yflory 4 years ago
parent 5b59496ae2
commit 74577b54e4

@ -1456,7 +1456,6 @@ define([
var channels = Store.channels = store.channels = {}; var channels = Store.channels = store.channels = {};
var getVersionHash = function (clientId, data) { var getVersionHash = function (clientId, data) {
var validateKey;
var fakeNetflux = Hash.createChannelId(); var fakeNetflux = Hash.createChannelId();
Store.getHistoryRange(clientId, { Store.getHistoryRange(clientId, {
cpCount: 1, cpCount: 1,

@ -180,7 +180,7 @@ define([
if (semantic) { if (semantic) {
// If semantic is truc, jump to the next patch from a different netflux ID // If semantic is truc, jump to the next patch from a different netflux ID
var author = states[idx].author; var author = states[idx].author;
for (j = idx; (j > 1 && j < (states.length - 1)); ((i > c) ? j++ : j--)) { for (var j = idx; (j > 1 && j < (states.length - 1)); ((i > c) ? j++ : j--)) {
idx = j; idx = j;
i = getRank(idx); i = getRank(idx);
if (author !== states[j].author) { if (author !== states[j].author) {

Loading…
Cancel
Save