Style: no more var

This commit is contained in:
DC
2016-08-31 14:36:11 -07:00
parent 0bda5358bd
commit 3f6cc97a02
54 changed files with 676 additions and 679 deletions

View File

@@ -2,8 +2,8 @@ module.exports = {
init
}
var config = require('./config')
var electron = require('electron')
const config = require('./config')
const electron = require('electron')
function init () {
electron.crashReporter.start({