dev-tools => devtools.

This commit is contained in:
Cheng Zhao 2014-08-28 16:00:29 +08:00
parent 8134585578
commit aa8f5e54df
3 changed files with 6 additions and 6 deletions

View file

@ -138,11 +138,11 @@ Emitted when window loses focus.
Emitted when window gains focus.
### Event: 'dev-tools-opened'
### Event: 'devtools-opened'
Emitted when devtools is opened.
### Event: 'dev-tools-closed'
### Event: 'devtools-closed'
Emitted when devtools is closed.
@ -349,7 +349,7 @@ Returns the title of the native window.
window.
### BrowserWindow.flashFrame(flag)
* `flag` Boolean
Starts or stops flashing the window to attract user's attention.