📝 Match variable names

[ci skip]
This commit is contained in:
Plusb Preco 2016-05-11 02:38:42 +09:00
parent 885aeec442
commit 5146befa46
6 changed files with 23 additions and 23 deletions

View file

@ -59,9 +59,9 @@ app.commandLine.appendSwitch('widevine-cdm-path', '/path/to/widevinecdmadapter.p
// The version of plugin can be got from `chrome://plugins` page in Chrome.
app.commandLine.appendSwitch('widevine-cdm-version', '1.4.8.866');
let mainWindow = null;
let win = null;
app.on('ready', () => {
mainWindow = new BrowserWindow({
win = new BrowserWindow({
webPreferences: {
// The `plugins` have to be enabled.
plugins: true