mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-22 21:21:35 +01:00
lint error
This commit is contained in:
parent
94f7f13182
commit
1edda8b9c0
@ -106,10 +106,10 @@ angular
|
||||
});
|
||||
};
|
||||
|
||||
$scope.sortUriMatch = function(login) {
|
||||
$scope.sortUriMatch = function (login) {
|
||||
// exact matches should sort earlier.
|
||||
return url && url.startsWith(login.uri) ? 0 : 1;
|
||||
}
|
||||
};
|
||||
|
||||
$scope.$on('syncCompleted', function (event, successfully) {
|
||||
if ($scope.loaded) {
|
||||
|
Loading…
Reference in New Issue
Block a user