📝 Normalize code tags

[ci skip]
This commit is contained in:
Plusb Preco 2016-04-22 23:15:31 +09:00
parent 741f8091b4
commit 7fa4b7c8b5
3 changed files with 5 additions and 5 deletions

View file

@ -453,7 +453,7 @@ use this method to ensure single instance.
An example of activating the window of primary instance when a second instance
starts:
```js
```javascript
var myWindow = null;
var shouldQuit = app.makeSingleInstance(function(commandLine, workingDirectory) {
@ -489,7 +489,7 @@ correctly when DWM composition is disabled).
Usage example:
```js
```javascript
let browserOptions = {width: 1000, height: 800};
// Make the window transparent only if the platform supports it.