Skip to content

Commit

Permalink
Merge pull request #70 from valdrinkoshi/no-reassign
Browse files Browse the repository at this point in the history
no reassign of d$
  • Loading branch information
kevinpschaaf authored Aug 18, 2016
2 parents b98d174 + a22c681 commit 7f11f5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elements/compat-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
var d$ = (c.localName === 'content') ? c.getDistributedNodes() :
((c.localName === 'slot') ? c.assignedNodes({flatten: true}) : null);
if (d$) {
var d$ = c.getDistributedNodes();
for (var j=0; j < d$.length; j++) {
list.push(d$[j]);
}
Expand Down

0 comments on commit 7f11f5f

Please sign in to comment.