mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix overlay createElement property descriptors definition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user