Lint
This commit is contained in:
@@ -554,15 +554,12 @@ define([
|
|||||||
});
|
});
|
||||||
toLock.forEach(lockColumn);
|
toLock.forEach(lockColumn);
|
||||||
|
|
||||||
toLockR = [];
|
toLock = [];
|
||||||
APP.unlocked.row.forEach(function (id) {
|
APP.unlocked.row.forEach(function (id) {
|
||||||
if (keepRowUnlocked.indexOf(id) !== -1) { return; }
|
if (keepRowUnlocked.indexOf(id) !== -1) { return; }
|
||||||
toLockR.push(id);
|
toLock.push(id);
|
||||||
});
|
});
|
||||||
toLockR.forEach(lockRow);
|
toLock.forEach(lockRow);
|
||||||
/*APP.unlocked.col = Cryptpad.deduplicateString([APP.userid].concat(APP.uncommitted.content.colsOrder).slice());
|
|
||||||
APP.unlocked.row = APP.uncommitted.content.rowsOrder.slice();
|
|
||||||
change();*/
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Called whenever an event is fired on a span */
|
/* Called whenever an event is fired on a span */
|
||||||
|
|||||||
Reference in New Issue
Block a user