1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

fix lint errors

This commit is contained in:
Kyle Spearrin
2017-04-19 09:03:47 -04:00
parent d99fcd8e59
commit 6d555bcf84
3 changed files with 3 additions and 2 deletions

View File

@@ -109,7 +109,7 @@
}
return item.name.toLowerCase();
};
}
$scope.collapseExpand = function (folder, favorite) {
if (!$localStorage.collapsedFolders) {