Remove trailing comma in tray code example
This commit is contained in:
parent
2f4333b852
commit
35dcdfc492
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue