Skip to content

Commit

Permalink
fix more webcomponent mangling bugs (#1525)
Browse files Browse the repository at this point in the history
also fix syntax error
  • Loading branch information
arilotter committed Apr 27, 2024
1 parent d7e10df commit 4cd17bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/domprops.js
Expand Up @@ -2904,6 +2904,7 @@ export var domprops = [
"addressModeV",
"addressModeW",
"adoptNode",
"adoptedCallback",
"adoptedStyleSheets",
"adr",
"advance",
Expand Down Expand Up @@ -3639,7 +3640,7 @@ export var domprops = [
"connectShark",
"connectStart",
"connected",
"connectedCallback',
"connectedCallback",
"connection",
"connectionList",
"connectionSpeed",
Expand Down Expand Up @@ -4038,6 +4039,7 @@ export var domprops = [
"disabled",
"dischargingTime",
"disconnect",
"disconnectedCallback",
"disconnectShark",
"dispatchEvent",
"dispatchWorkgroups",
Expand Down

0 comments on commit 4cd17bf

Please sign in to comment.