pull/4878/head
Conduitry 5 years ago
parent 240319c90e
commit f1bc8e64e8

@ -60,7 +60,7 @@ export default class Binding extends Node {
scope.dependencies_for_name.get(name).forEach(name => {
const variable = component.var_lookup.get(name);
if (variable) {
variable['mutated'] = true;
variable.mutated = true;
}
});
} else {

Loading…
Cancel
Save