From a498613ec996df76adc7e3241bfaf9770889a66b Mon Sep 17 00:00:00 2001 From: pushkine Date: Sat, 18 Apr 2020 21:34:27 +0200 Subject: [PATCH] Missing semicolon --- src/compiler/compile/render_dom/wrappers/Element/Binding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/compile/render_dom/wrappers/Element/Binding.ts b/src/compiler/compile/render_dom/wrappers/Element/Binding.ts index 7f42fffa8a..ac5732eae7 100644 --- a/src/compiler/compile/render_dom/wrappers/Element/Binding.ts +++ b/src/compiler/compile/render_dom/wrappers/Element/Binding.ts @@ -57,7 +57,7 @@ export default class BindingWrapper { this.is_readonly = this.node.is_readonly; - this.needs_lock = this.node.name === 'currentTime' // TODO others? + this.needs_lock = this.node.name === 'currentTime'; // TODO others? } get_dependencies() {