Skip to content

Commit

Permalink
avoid mangling of MutationObserver properties (#3477)
Browse files Browse the repository at this point in the history
  • Loading branch information
xqdoo00o authored and alexlamsl committed Oct 15, 2019
1 parent f86f615 commit 009dcda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/domprops.json
Expand Up @@ -2702,8 +2702,10 @@
"attrChange",
"attrName",
"attributeChangedCallback",
"attributeFilter",
"attributeName",
"attributeNamespace",
"attributeOldValue",
"attributeStyleMap",
"attributes",
"audioTracks",
Expand Down Expand Up @@ -3025,6 +3027,8 @@
"charCode",
"charCodeAt",
"charIndex",
"characterData",
"characterDataOldValue",
"characterSet",
"charging",
"chargingTime",
Expand All @@ -3036,6 +3040,7 @@
"checkValidity",
"checked",
"childElementCount",
"childList",
"childNodes",
"children",
"chrome",
Expand Down Expand Up @@ -6150,6 +6155,7 @@
"substring",
"substringData",
"subtle",
"subtree",
"suffix",
"suffixes",
"summary",
Expand Down

0 comments on commit 009dcda

Please sign in to comment.