mirror of
https://github.com/bitwarden/browser.git
synced 2025-04-10 19:27:55 +02:00
missing semicolon
This commit is contained in:
parent
9d44491931
commit
33dbbc09c3
@ -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);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user