Skip to content

Commit

Permalink
Update type of Document.rootElement
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Aug 12, 2016
1 parent b53c4bf commit 197e028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg/interfaces.html
Expand Up @@ -569,7 +569,7 @@
};

partial interface Document {
readonly attribute SVGSVGElement rootElement;
readonly attribute SVGSVGElement? rootElement;
};

interface SVGSVGElement : SVGGraphicsElement {
Expand Down

0 comments on commit 197e028

Please sign in to comment.