Commit 2199906d authored by Z.J. van de Weg's avatar Z.J. van de Weg

Fix JS linting error

parent 57847e69
......@@ -36,7 +36,7 @@ class BindInOut {
static init(anIn, anOut) {
const out = anOut || document.querySelector(`*[data-bind-out="${anIn.dataset.bindIn}"]`);
if (!out) return;
if (!out) return null;
const bindInOut = new BindInOut(anIn, out);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment