docs: app.terminate is deprecated

This commit is contained in:
Cheng Zhao 2015-05-10 22:14:32 +08:00
parent fa7f900b2b
commit f02cae1b0a

View file

@ -94,11 +94,6 @@ This method guarantees all `beforeunload` and `unload` handlers are correctly
executed. It is possible that a window cancels the quitting by returning executed. It is possible that a window cancels the quitting by returning
`false` in `beforeunload` handler. `false` in `beforeunload` handler.
## app.terminate()
Quit the application directly, it will not try to close all windows so cleanup
code will not run.
## app.getPath(name) ## app.getPath(name)
* `name` String * `name` String