mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
💄 Add semicolon to global-shortcut code example
This keeps this line consistent with the rest of the documentation.
This commit is contained in:
@@ -16,7 +16,7 @@ app.on('ready', function() {
|
||||
// Register a 'ctrl+x' shortcut listener.
|
||||
var ret = globalShortcut.register('ctrl+x', function() {
|
||||
console.log('ctrl+x is pressed');
|
||||
})
|
||||
});
|
||||
|
||||
if (!ret) {
|
||||
console.log('registration failed');
|
||||
|
||||
Reference in New Issue
Block a user