Skip to content

Commit

Permalink
improved small explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
cg-cnu committed Sep 4, 2017
1 parent f37bc11 commit b9ec77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const electron = require('electron');
const {app, BrowserWindow, Menu} = require('electron');

// Keep a global reference of the window object, if you don't, the window will
// be closed automatically when the javascript object is GCed.
// be closed automatically when the javascript object is garbage collected.
let mainWindow;

// Quit when all windows are closed.
Expand Down

0 comments on commit b9ec77c

Please sign in to comment.