Ran linter (npm run lint:fix)

This commit is contained in:
Jeroen Ekkelkamp
2022-10-19 20:06:54 +02:00
parent 3d140a7411
commit 0c4edd332c
35 changed files with 276 additions and 96 deletions

View File

@@ -120,7 +120,9 @@ const contentLoadedApi = function () {
(svgCode, bindFunctions) => {
div.innerHTML = svgCode;
if (bindFunctions) bindFunctions(div);
if (bindFunctions) {
bindFunctions(div);
}
},
div
);