1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-21 05:31:45 +00:00

modify: fix some codes pointed by eslint

This commit is contained in:
sota1235
2017-01-11 23:59:48 +09:00
parent 836f3af1ab
commit 5c7804fc40
2 changed files with 1 additions and 15 deletions

View File

@@ -1,13 +1,10 @@
const electron = require('electron')
const app = electron.app
var finderWindow = null
app.on('ready', function () {
if (process.platform === 'darwin') {
app.dock.hide()
}
finderWindow = require('./finder-window')
})
module.exports = app