- From: Jeffrey Yasskin <notifications@github.com>
- Date: Wed, 01 Jul 2015 15:12:12 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Wednesday, 1 July 2015 22:12:40 UTC
> };
>
> interface A {
> };
>
> -typedef long[] ArrayOfLongs;</x:codeblock>
> +typedef sequence<long> ArrayOfLongs;</x:codeblock>
s/ArrayOfLongs/SequenceOfLongs/ to match the use above.
---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/52/files#r33730377
Received on Wednesday, 1 July 2015 22:12:40 UTC