1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

lint fixes

This commit is contained in:
Kyle Spearrin 2017-06-07 21:19:37 -04:00
parent 9eb4043595
commit 366506555a
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ angular
$(element).click(function (event) {
event.preventDefault();
});
}
};
});

View File

@ -304,7 +304,7 @@
$scope.folderFilter = function (folder) {
return $scope.folderIdFilter === undefined || folder.id === $scope.folderIdFilter;
}
};
function removeLoginFromScopes(login) {
var index = $rootScope.vaultLogins.indexOf(login);