mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Remove trailing comma in tray code example
This commit is contained in:
@@ -15,7 +15,7 @@ app.on('ready', function(){
|
||||
{ label: 'Item1', type: 'radio' },
|
||||
{ label: 'Item2', type: 'radio' },
|
||||
{ label: 'Item3', type: 'radio', checked: true },
|
||||
{ label: 'Item4', type: 'radio' },
|
||||
{ label: 'Item4', type: 'radio' }
|
||||
]);
|
||||
appIcon.setToolTip('This is my application.');
|
||||
appIcon.setContextMenu(contextMenu);
|
||||
|
||||
Reference in New Issue
Block a user