mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
📝 Match destructuring style
[ci skip]
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
An example of zooming current page to 200%.
|
||||
|
||||
```javascript
|
||||
const { webFrame } = require('electron');
|
||||
const {webFrame} = require('electron');
|
||||
|
||||
webFrame.setZoomFactor(2);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user