Skip to content

Commit

Permalink
Merge branch 'minor-opt' of https://github.com/jasondavies/d3 into re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
mbostock committed Jul 17, 2011
2 parents 3d6eba8 + 1a456a9 commit 0deffc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion d3.js
Expand Up @@ -1332,7 +1332,7 @@ function d3_selection(groups) {
for (i = 0; i < n; i++) {
key = join.call(node = group[i], node.__data__, i);
if (key in nodeByKey) {
exitNodes[j++] = group[i]; // duplicate key
exitNodes[j++] = node; // duplicate key
} else {
nodeByKey[key] = node;
}
Expand Down

0 comments on commit 0deffc9

Please sign in to comment.