Merge pull request #343 from gmr/master

Add a `focus` event to BrowserWindow
This commit is contained in:
Cheng Zhao 2014-05-23 22:49:59 +08:00
commit fc1bc78fb9
9 changed files with 27 additions and 0 deletions

View file

@ -134,6 +134,10 @@ Emitted when the unresponsive web page becomes responsive again.
Emitted when window loses focus.
### Event: 'focus'
Emitted when window gains focus.
### Class Method: BrowserWindow.getAllWindows()
Returns an array of all opened browser windows.