Browse Source

Do not need 'use strict'

main
Jessica Lord 10 years ago
parent
commit
e0192879df
  1. 2
      main.js

2
main.js

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

Loading…
Cancel
Save