1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-28 03:57:47 +02:00

lint error

This commit is contained in:
Kyle Spearrin 2017-04-22 08:22:17 -04:00
parent 94f7f13182
commit 1edda8b9c0

View File

@ -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) {