Cleanup array.length checks and for() to forEach()

This commit is contained in:
djmaze 2020-07-28 12:35:41 +02:00
parent db5751cd00
commit 82bed1ed80
24 changed files with 135 additions and 169 deletions

View file

@ -23,7 +23,7 @@ class TemplateUserStore {
// {
// this.templatesNames.skipFirst = false;
// }
// else if (aList && 1 < aList.length)
// else if (aList && aList.length)
// {
// Remote.templatesSortOrder(null, aList);
// }