From e0192879df639615b032381aa56c9a19e158ba4f Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Wed, 20 Apr 2016 15:06:21 -0700 Subject: [PATCH] Do not need 'use strict' --- main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.js b/main.js index a9b3175..ee2bd7a 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,3 @@ -'use strict'; - const electron = require('electron'); // Module to control application life. const app = electron.app;