mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
lint fixes
This commit is contained in:
@@ -87,9 +87,11 @@ function initFolderService() {
|
||||
}];
|
||||
self.getAll(function (folders) {
|
||||
for (var i = 0; i < folders.length; i++) {
|
||||
/* jshint ignore:start */
|
||||
promises.push(folders[i].decrypt().then(function (folder) {
|
||||
decFolders.push(folder);
|
||||
}));
|
||||
/* jshint ignore:end */
|
||||
}
|
||||
|
||||
Q.all(promises).then(function () {
|
||||
|
||||
Reference in New Issue
Block a user