chore(transformers): remove bindProperty hack

This commit is contained in:
yjbanov 2015-05-21 15:49:02 -07:00
parent aec51d616b
commit 2ff3873881
1 changed files with 1 additions and 7 deletions

View File

@ -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.