Format the docs according to style guide

This commit is contained in:
Cheng Zhao 2016-10-04 14:41:37 +09:00
parent 3af686daff
commit c4576463e2
2 changed files with 7 additions and 4 deletions

View file

@ -147,7 +147,8 @@ Returns:
`new-window`, `save-to-disk` and `other`.
* `options` Object - The options which will be used for creating the new
`BrowserWindow`.
* `additional_features` Array - The non-standard features (features not handled by Chromium or Electron) given to `window.open()`.
* `additionalFeatures` Array - The non-standard features (features not handled
by Chromium or Electron) given to `window.open()`.
Emitted when the page requests to open a new window for a `url`. It could be
requested by `window.open` or an external link like `<a target='_blank'>`.