mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix js lint warnings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
window.onload = function () {
|
||||
// Make sure |window.chrome| is defined for devtools extensions.
|
||||
hijackSetInjectedScript(InspectorFrontendHost)
|
||||
hijackSetInjectedScript(window.InspectorFrontendHost)
|
||||
|
||||
// Use menu API to show context menu.
|
||||
window.InspectorFrontendHost.showContextMenuAtPoint = createMenu
|
||||
|
||||
Reference in New Issue
Block a user