1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2017-06-27 08:26:00 -04:00
parent be1cc945a2
commit 29cbe48eb5
5 changed files with 11 additions and 11 deletions

View File

@@ -62,7 +62,7 @@
toastr.error('Failed to disable.');
$scope.disableLoading = false;
}).$promise;
}
};
function processResult(response) {
$scope.enabled = response.Enabled;