mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
do more manual cleanup and specify globals
This commit is contained in:
committed by
Kevin Sawicki
parent
f47fa25e39
commit
c4b6cf4a8e
@@ -1,3 +1,5 @@
|
||||
/* globals $, xit */
|
||||
|
||||
(function () {
|
||||
const asar = process.binding('atom_common_asar')
|
||||
const child_process = require('child_process')
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* globals InspectorFrontendHost, WebInspector, DevToolsAPI, DevToolsAPI, Blob */
|
||||
|
||||
window.onload = function () {
|
||||
// Use menu API to show context menu.
|
||||
InspectorFrontendHost.showContextMenuAtPoint = createMenu
|
||||
|
||||
Reference in New Issue
Block a user