:memo: Fix code style issue
authorPlusb Preco <plusb21@gmail.com>
Tue, 10 May 2016 17:15:09 +0000 (02:15 +0900)
committerPlusb Preco <plusb21@gmail.com>
Tue, 10 May 2016 17:15:09 +0000 (02:15 +0900)
commitf1b184ef78b9e59a387faae5904cc3f159b3ec3b
tree154585a6a96fe21d51d8d159d47f1436cfbb5b8e
parent139a4f984adfe0fb9a98d789c5a20093925dcfc4
:memo: Fix code style issue

* Change `var` to `let`.
* Change `function() {}` to `() => {}`.
* Use shorthand function syntax on object notation.
* Remove spaces between object notation brackets.
* Small fixes.
23 files changed:
docs/api/app.md
docs/api/browser-window.md
docs/api/content-tracing.md
docs/api/desktop-capturer.md
docs/api/dialog.md
docs/api/frameless-window.md
docs/api/global-shortcut.md
docs/api/menu.md
docs/api/native-image.md
docs/api/process.md
docs/api/protocol.md
docs/api/remote.md
docs/api/screen.md
docs/api/session.md
docs/api/system-preferences.md
docs/api/tray.md
docs/api/web-contents.md
docs/api/web-frame.md
docs/api/web-view-tag.md
docs/tutorial/application-packaging.md
docs/tutorial/desktop-environment-integration.md
docs/tutorial/quick-start.md
docs/tutorial/using-selenium-and-webdriver.md