mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
missing semicolon
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
if (syncOnLoad) {
|
if (syncOnLoad) {
|
||||||
$scope.$on('$viewContentLoaded', function () {
|
$scope.$on('$viewContentLoaded', function () {
|
||||||
$timeout(function () {
|
$timeout(function () {
|
||||||
syncService.fullSync(function () { })
|
syncService.fullSync(function () { });
|
||||||
}, 0);
|
}, 0);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user