chore(transformers): remove bindProperty hack
This commit is contained in:
parent
aec51d616b
commit
2ff3873881
@ -184,13 +184,7 @@ export class ElementBinderBuilder {
|
|||||||
return this.nestedProtoView;
|
return this.nestedProtoView;
|
||||||
}
|
}
|
||||||
|
|
||||||
bindProperty(name, expression) {
|
bindProperty(name, expression) { MapWrapper.set(this.propertyBindings, name, expression); }
|
||||||
MapWrapper.set(this.propertyBindings, name, expression);
|
|
||||||
|
|
||||||
// TODO: required for Dart transformers. Remove when Dart transformers
|
|
||||||
// run all the steps of the render compiler
|
|
||||||
setterFactory(name);
|
|
||||||
}
|
|
||||||
|
|
||||||
bindVariable(name, value) {
|
bindVariable(name, value) {
|
||||||
// When current is a view root, the variable bindings are set to the *nested* proto view.
|
// When current is a view root, the variable bindings are set to the *nested* proto view.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user