mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
chore: update to standard 12
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
const electron = require('electron')
|
||||
|
||||
const {View} = electron
|
||||
const {Button} = process.atomBinding('button')
|
||||
const { View } = electron
|
||||
const { Button } = process.atomBinding('button')
|
||||
|
||||
Object.setPrototypeOf(Button.prototype, View.prototype)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user