mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
📝 Add missing semicolons
[ci skip]
This commit is contained in:
@@ -23,8 +23,8 @@ let myNotification = new Notification('Title', {
|
||||
});
|
||||
|
||||
myNotification.onclick = function () {
|
||||
console.log('Notification clicked')
|
||||
}
|
||||
console.log('Notification clicked');
|
||||
};
|
||||
```
|
||||
|
||||
While code and user experience across operating systems are similar, there
|
||||
|
||||
Reference in New Issue
Block a user