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

Commit

Permalink
Produce sub-templates synchronously.
Browse files Browse the repository at this point in the history
This patch make handling of bindings for template bind/if/repeat special, in that they are processed privately as a group (and are not available as public binding names).

Also, the processing order for binding recursive is now post-order, this means that all children elements will be bound and templates produced before a given node binds.

R=arv
BUG=

Review URL: https://codereview.appspot.com/45890043
  • Loading branch information
rafaelw committed Dec 26, 2013
1 parent 44985bc commit 2c379a3
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 301 deletions.
2 changes: 1 addition & 1 deletion benchmark/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
},

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

Expand Down
Loading

0 comments on commit 2c379a3

Please sign in to comment.