Fix overlay createElement property descriptors definition

This commit is contained in:
hensm
2020-01-13 20:27:27 +00:00
parent 3a27953f9a
commit 2154fe4beb

View File

@@ -279,7 +279,7 @@ function createElementNS (
*/
Object.defineProperties(createElement, clonePropsDescriptor(
_createElement, ["toString", "toSource"]));
Object.defineProperties(createElement, clonePropsDescriptor(
Object.defineProperties(createElementNS, clonePropsDescriptor(
_createElementNS, ["toString", "toSource"]));
// Re-define element creation functions