Skip to content

Commit 2082381

Browse files
committed
Fix yarn lint error
1 parent 719ac75 commit 2082381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/resources/lib/form/textarea/textarea.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Behaviour.specify("TEXTAREA.codemirror", "textarea", 0, function (e) {
1414
if (match) {
1515
console.log(
1616
"Parsing simple legacy codemirror-config value using fallback: " +
17-
config
17+
config,
1818
);
1919
config = { mode: match[1] };
2020
} else {
2121
console.log(
2222
"Failed to parse codemirror-config '{" + config + "}' as JSON",
23-
ex
23+
ex,
2424
);
2525
config = {};
2626
}

0 commit comments

Comments
 (0)