mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Fix overlay createElement property descriptors definition
This commit is contained in:
@@ -279,7 +279,7 @@ function createElementNS (
|
|||||||
*/
|
*/
|
||||||
Object.defineProperties(createElement, clonePropsDescriptor(
|
Object.defineProperties(createElement, clonePropsDescriptor(
|
||||||
_createElement, ["toString", "toSource"]));
|
_createElement, ["toString", "toSource"]));
|
||||||
Object.defineProperties(createElement, clonePropsDescriptor(
|
Object.defineProperties(createElementNS, clonePropsDescriptor(
|
||||||
_createElementNS, ["toString", "toSource"]));
|
_createElementNS, ["toString", "toSource"]));
|
||||||
|
|
||||||
// Re-define element creation functions
|
// Re-define element creation functions
|
||||||
|
|||||||
Reference in New Issue
Block a user