more updates to api summaries based on feedback

This commit is contained in:
Zeke Sikelianos 2016-04-22 11:42:54 -07:00
parent 2c8261b429
commit 799fd13c50
6 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# The `window.open` function
> Create a new window in a web page.
> Open a new window and load a URL.
When `window.open` is called to create a new window in a web page, a new instance
of `BrowserWindow` will be created for the `url` and a proxy will be returned