提交 2199906d 编写于 作者: Z Z.J. van de Weg

Fix JS linting error

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册