Browse Source

Added `title` to `page-title-updated` return args

Stan 8 years ago
parent
commit
c9f80dfc7b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/api/browser-window.md

+ 1 - 0
docs/api/browser-window.md

@@ -298,6 +298,7 @@ labeled as such.
 Returns:
 
 * `event` Event
+* `title` String
 
 Emitted when the document changed its title, calling `event.preventDefault()`
 will prevent the native window's title from changing.