Skip to content
Snippets Groups Projects
Verified Commit 9c255ca6 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: whitespace #160

parent 91327d4c
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ function setOptionFromAttribute( ...@@ -49,6 +49,7 @@ function setOptionFromAttribute(
mapping = {}, mapping = {},
prefix = "data-monster-option-", prefix = "data-monster-option-",
) { ) {
if (!(element instanceof HTMLElement)) return options; if (!(element instanceof HTMLElement)) return options;
if (!element.hasAttributes()) return options; if (!element.hasAttributes()) return options;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment