1
0
mirror of https://github.com/24eme/signaturepdf.git synced 2023-08-25 09:33:08 +02:00

Oublié de fermer une fonction

This commit is contained in:
Vincent LAURENT 2021-11-12 01:54:20 +01:00
parent a2dc3872b6
commit 0978dbad51

View File

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