Update menu.md

There was a missing reference to webContents.
This commit is contained in:
Daniel Pereira 2016-04-14 10:50:08 -05:00
parent 64d37065bd
commit 7b56085a0a

View file

@ -109,7 +109,7 @@ var template = [
})(),
click: function(item, focusedWindow) {
if (focusedWindow)
focusedWindow.toggleDevTools();
focusedWindow.webContents.toggleDevTools();
}
},
]