📝 Remove additional whitespaces

[ci skip]
This commit is contained in:
Plusb Preco 2016-04-22 23:30:16 +09:00
parent a14014941b
commit 6205dfa25f
2 changed files with 2 additions and 2 deletions

View file

@ -467,7 +467,7 @@ and response headers are available.
* `resourceType` String * `resourceType` String
* `timestamp` Double * `timestamp` Double
* `responseHeaders` Object * `responseHeaders` Object
* `fromCache` Boolean - Indicates whether the response was fetched from disk * `fromCache` Boolean - Indicates whether the response was fetched from disk
cache. cache.
* `statusCode` Integer * `statusCode` Integer
* `statusLine` String * `statusLine` String

View file

@ -34,7 +34,7 @@ Electron
├── default_app - The default page to show when Electron is started without ├── default_app - The default page to show when Electron is started without
| providing an app. | providing an app.
├── docs - Documentations. ├── docs - Documentations.
├── lib - JavaScript source code. ├── lib - JavaScript source code.
| ├── browser - Javascript main process initialization code. | ├── browser - Javascript main process initialization code.
| | └── api - Javascript API implementation. | | └── api - Javascript API implementation.
| ├── common - JavaScript used by both the main and renderer processes | ├── common - JavaScript used by both the main and renderer processes