Missing semicolon

pull/4689/head
pushkine 6 years ago
parent f9b7d3622f
commit a498613ec9

@ -57,7 +57,7 @@ export default class BindingWrapper {
this.is_readonly = this.node.is_readonly; 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() { get_dependencies() {

Loading…
Cancel
Save