Oublié de fermer une fonction

This commit is contained in:
Vincent LAURENT 2021-11-12 01:54:20 +01:00
parent a2dc3872b6
commit 0978dbad51
1 changed files with 2 additions and 1 deletions

View File

@ -844,4 +844,5 @@ loadingTask.promise.then(function(pdf) {
}
}, function (reason) {
console.error(reason);
});
});
})();