Skip to content

Commit

Permalink
Merge pull request #1 from stevedorries/stevedorries-createElementNS-…
Browse files Browse the repository at this point in the history
…overloads

Update addedTypes.json
  • Loading branch information
stevedorries authored Jun 13, 2018
2 parents c77ea33 + 601294d commit 3321433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inputfiles/addedTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@
"createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: \"title\"): SVGTitleElement",
"createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: \"use\"): SVGUseElement",
"createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: \"view\"): SVGViewElement",
"createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: string): SVGElement"
"createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: string): SVGElement",
"createElementNS(namespaceURI: string | null, qualifiedName: string, options?: ElementCreationOptions): Element"
]
}
}
Expand Down

0 comments on commit 3321433

Please sign in to comment.