Standardize DevTools

This commit is contained in:
Jessica Lord 2015-09-09 14:11:06 -07:00
parent 279fd0a461
commit c29a2e4992
4 changed files with 15 additions and 15 deletions

View file

@ -426,13 +426,13 @@ win.webContents.on("did-finish-load", function() {
* `path` String
Adds the specified path to devtools workspace.
Adds the specified path to DevTools workspace.
### `webContents.removeWorkSpace(path)`
* `path` String
Removes the specified path from devtools workspace.
Removes the specified path from DevTools workspace.
### `webContents.send(channel[, args...])`