Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Dec 27, 2016
1 parent 9d44491 commit 33dbbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/app/vault/vaultController.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if (syncOnLoad) {
$scope.$on('$viewContentLoaded', function () {
$timeout(function () {
syncService.fullSync(function () { })
syncService.fullSync(function () { });
}, 0);
});
}
Expand Down

0 comments on commit 33dbbc0

Please sign in to comment.