1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-19 12:41:43 +00:00

cleanup code

This commit is contained in:
Rokt33r
2015-12-20 15:47:29 +09:00
parent 52df793a74
commit 8e64abc4bc
4 changed files with 20 additions and 20 deletions

View File

@@ -1,8 +1,6 @@
const electron = require('electron')
const app = electron.app
const Menu = electron.Menu
const ipcMain = electron.ipcMain
const path = require('path')
var finderWindow = null
@@ -24,4 +22,3 @@ app.on('ready', function () {
finderWindow.hide()
})
})