Re: Modifying specref's deliveredBy property.

Merging this now.

--tobie


On Thu, Feb 13, 2014 at 5:04 PM, Tobie Langel <tobie.langel@gmail.com>wrote:

> Hi,
>
> About to change specref's deliveredBy property from an array of strings to
> an array of objects of the form { url: String, shortname: String }.
>
> So for example:
>
>         ["http://www.w3.org/2009/dap/", "http://www.w3.org/2011/04/webrtc/
> "]
>
>
> will become:
>
>         [
>             {
>                 "url": "http://www.w3.org/2009/dap/",
>                 "shortname": "dap"
>             },
>             {
>                 "url": "http://www.w3.org/2011/04/webrtc/",
>                 "shortname": "webrtc"
>             }
>         ]
>
> If this an issue for you, please ping me immediately.
>
> Thanks,
>
> --tobie
>

Received on Friday, 14 February 2014 09:36:57 UTC