Re: [heycam/webidl] Editorial: simplify the example on default toJSON() (#980)

@foolip commented on this pull request.



> -          [Default] object toJSON();
-          attribute DOMString m2;
-        };
-
-        interface mixin M3 {
-          attribute DOMString m3;
-        };
-
-        interface mixin M4 {
-          attribute DOMString m4;
-        };
-
-        A includes M1;
-        A includes M2;
-        B includes M3;
-        C includes M4;

Done! I also discovered the original example was wrong regarding the order, and fixed that. Commit message updated to explain.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/980#discussion_r619601726

Received on Saturday, 24 April 2021 07:02:24 UTC