Merge pull request #5168 from electron/jlord-patch-1

A few style updates 2 docs
This commit is contained in:
Jessica Lord 2016-04-19 12:29:42 -07:00
commit 5e9fe1c6eb

View file

@ -65,6 +65,7 @@ Starts a request to get all desktop sources, `callback` will be called with
The `sources` is an array of `Source` objects, each `Source` represents a
captured screen or individual window, and has following properties:
* `id` String - The id of the captured window or screen used in
`navigator.webkitGetUserMedia`. The format looks like `window:XX` or
`screen:XX` where `XX` is a random generated number.