🐛 Support strict mode on Tutorial

[ci skip]
This commit is contained in:
Hashed Hyphen 2015-12-16 00:52:14 +09:00
parent 063231cf0c
commit e729104d00

View file

@ -78,6 +78,8 @@ The `main.js` should create windows and handle system events, a typical
example being:
```javascript
'use strict';
const electron = require('electron');
const app = electron.app; // Module to control application life.
const BrowserWindow = electron.BrowserWindow; // Module to create native browser window.