missing semicolon
This commit is contained in:
parent
9d44491931
commit
33dbbc09c3
|
@ -13,7 +13,7 @@
|
|||
if (syncOnLoad) {
|
||||
$scope.$on('$viewContentLoaded', function () {
|
||||
$timeout(function () {
|
||||
syncService.fullSync(function () { })
|
||||
syncService.fullSync(function () { });
|
||||
}, 0);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue