[webrtc-pc] Examples with dictionaries shouldn't use quotes around member names

taylor-b has just created a new issue for https://github.com/w3c/webrtc-pc:

== Examples with dictionaries shouldn't use quotes around member names ==
For example, it should be:

`var configuration = { iceServers: [{ urls: "stuns:stun.example.org" }] };`

Instead of:

`var configuration = { "iceServers": [{ "urls": "stuns:stun.example.org" }] };`

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1444 using your GitHub account

Received on Friday, 30 June 2017 10:33:57 UTC