Skip to content

Commit

Permalink
PutForwards is misspelled as PutsForward in SVG.idl
Browse files Browse the repository at this point in the history
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1502250
gecko-commit: 1d7213c00697fd4589fd96401c527f8c5d420eaf
gecko-integration-branch: mozilla-inbound
gecko-reviewers: dholbert
  • Loading branch information
longsonr authored and moz-wptsync-bot committed Oct 26, 2018
1 parent e065ffd commit 852fe69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/SVG.idl
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ interface SVGAElement : SVGGraphicsElement {
attribute DOMString download;
attribute USVString ping;
attribute DOMString rel;
[SameObject, PutsForward=value] readonly attribute DOMTokenList relList;
[SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
attribute DOMString hreflang;
attribute DOMString type;

Expand Down

0 comments on commit 852fe69

Please sign in to comment.