Do not need 'use strict'

This commit is contained in:
Jessica Lord 2016-04-20 15:06:21 -07:00
parent 4784b86b9c
commit e0192879df
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
'use strict';
const electron = require('electron');
// Module to control application life.
const app = electron.app;