From 8e25327b0934863eb79b73798334bd2b4c82711c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 1 Feb 2016 20:12:54 +0100 Subject: [PATCH] Fix wrongly copied attributes in Item#reduce() Closes #932 --- src/item/Item.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/item/Item.js b/src/item/Item.js index dabf279d..12d73e54 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -2372,7 +2372,6 @@ new function() { // // Scope to inject various item event handlers } else { child.remove(); } - child.copyAttributes(this); return child; } return this;