chore(set-current-by-char) lint

This commit is contained in:
coderaiser 2019-06-24 15:29:38 +03:00
parent ea8ec97f49
commit 6d69cd3a48

View file

@ -38,12 +38,13 @@ module.exports = function setCurrentByChar(char, charStore) {
setted = true;
DOM.setCurrentFile(byName);
return true;
} else {
if (skipN === skipCount)
firstByName = byName;
--skipCount;
}
if (skipN === skipCount)
firstByName = byName;
--skipCount;
};
names