we still need node integration, so fix moment loader another way

This commit is contained in:
Alan Stoll 2014-07-07 15:53:26 -04:00
commit 996f6f0150
3 changed files with 5 additions and 4 deletions

View file

@ -24,8 +24,7 @@ module.exports = function(copay) {
// create the main window
mainWindow = new BrowserWindow({
width: config.window.width,
height: config.window.height,
"node-integration": "disable"
height: config.window.height
});
// hide the empty window