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

Commit

Permalink
property delete node from templateIteratorTable
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Jul 12, 2013
1 parent 38c3aca commit 4a70884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/template_element.js
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@

if (!this.inputs.size) {
// End iteration
templateIteratorTable.delete(this);
templateIteratorTable.delete(this.templateElement_);
this.close();
}
},
Expand Down
2 changes: 1 addition & 1 deletion third_party/ChangeSummary

0 comments on commit 4a70884

Please sign in to comment.