:memo: Fix code style issue
authorPlusb Preco <plusb21@gmail.com>
Tue, 10 May 2016 09:42:11 +0000 (18:42 +0900)
committerPlusb Preco <plusb21@gmail.com>
Tue, 10 May 2016 09:42:21 +0000 (18:42 +0900)
commit5787bb022680f966d80fe4a28bbba584f854d3c5
tree62143f7438034d504231b3dc5b0c0a2e1521a839
parent3cc2dd216ff845c03e52e16c18c4508e7b2ba757
:memo: Fix code style issue

* Match equality operators for consistent that `==`, `!=` by `===`,
`!==`.
* Match string expression notation `"` by `'`.

[ci skip]
docs/api/app.md
docs/api/desktop-capturer.md
docs/api/download-item.md
docs/api/menu.md
docs/api/remote.md
docs/api/screen.md
docs/api/session.md
docs/api/web-contents.md
docs/api/web-frame.md
docs/api/web-view-tag.md
docs/tutorial/desktop-environment-integration.md