docs: remove class names from fiddle examples (#20596)

* docs: remove original class names in customize menus example

* docs: remove original class names in shortcuts example

* lint: run standard
This commit is contained in:
Vlad Hashimoto 2019-10-16 18:17:09 +03:00 committed by Shelley Vohr
parent 221ce70699
commit c73e34fb9e
3 changed files with 28 additions and 28 deletions

View file

@ -17,4 +17,4 @@ app.on('ready', () => {
mainWindow = new BrowserWindow({ width, height })
mainWindow.loadURL('https://electronjs.org')
})
})