Re: [webidl] Fix arrays (#52)

>  };
>  
>  interface A {
>  };
>  
> -typedef long[] ArrayOfLongs;</x:codeblock>
> +typedef sequence&lt;long&gt; 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