Skip to content

Commit

Permalink
Update geometry.idl
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebjerring authored Nov 13, 2018
1 parent bfb2645 commit 2ececcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/geometry.idl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ interface DOMMatrixReadOnly {
optional unrestricted double originY = 0,
optional unrestricted double originZ = 0);
[NewObject] DOMMatrix scaleNonUniform(optional unrestricted double scaleX = 1,
optional unrestricted double scaleY = 1); // bar
optional unrestricted double scaleY = 1); // baz
[NewObject] DOMMatrix scale3d(optional unrestricted double scale = 1,
optional unrestricted double originX = 0,
optional unrestricted double originY = 0,
Expand Down

0 comments on commit 2ececcb

Please sign in to comment.