fix: #1859 (multiple window bindings not supported)

pull/7738/head
Noah 7 years ago
parent 56e8585f0f
commit 9314938a62

@ -148,7 +148,7 @@ export default class WindowWrapper extends Wrapper {
${component.options.dev && `component._updatingReadonlyProperty = true;`}
#component.set({
${props.map(prop => `${prop.name}: this.${prop.value}`)}
${props.map(prop => `${prop.name}: this.${prop.value},`)}
});
${component.options.dev && `component._updatingReadonlyProperty = false;`}

Loading…
Cancel
Save