Skip to content

Commit

Permalink
Merge pull request googlearchive#113 from arv/revert-reset-event-parent
Browse files Browse the repository at this point in the history
Revert "Reset event parent when we redistribute a node."
  • Loading branch information
dfreedm committed Apr 18, 2013
2 parents 79ff9cf + 38c3804 commit 1a3cb5c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ShadowRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@
}

function resetDistributedChildNodes(insertionPoint) {
var oldDistributed = getDistributedChildNodes(insertionPoint);
if (oldDistributed) {
oldDistributed.forEach(function(node) {
eventParentTable.set(node, undefined);
});
}
distributedChildNodesTable.set(insertionPoint, []);
}

Expand Down

0 comments on commit 1a3cb5c

Please sign in to comment.