Skip to content

Commit

Permalink
Fix wrongly copied attributes in Item#reduce()
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Feb 1, 2016
1 parent ad21b2b commit 8e25327
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/item/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -2372,7 +2372,6 @@ new function() { // // Scope to inject various item event handlers
} else {
child.remove();
}
child.copyAttributes(this);
return child;
}
return this;
Expand Down

0 comments on commit 8e25327

Please sign in to comment.