Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
TemplateBinding changes to support Observable interface change
Browse files Browse the repository at this point in the history
Template now ensures that Node.bind() receives an observable. If a binding delegate has returned an observable, it uses that. Otherwise it creates a PathObserver.

[email protected], arv
BUG=

Review URL: https://codereview.appspot.com/40550043
  • Loading branch information
rafaelw committed Dec 12, 2013
1 parent a647b36 commit d0d18b7
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 168 deletions.
3 changes: 2 additions & 1 deletion benchmark/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@
},

teardownMDVVariant: function() {
this.template.model = undefined;
this.template.bindings.repeat.close();
this.template = undefined;
},

setupHandlebarsVariant: function() {
Expand Down
Loading

0 comments on commit d0d18b7

Please sign in to comment.