Fix js lint warnings
This commit is contained in:
parent
d6f9e57e33
commit
9d82041923
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
// Make sure |window.chrome| is defined for devtools extensions.
|
// Make sure |window.chrome| is defined for devtools extensions.
|
||||||
hijackSetInjectedScript(InspectorFrontendHost)
|
hijackSetInjectedScript(window.InspectorFrontendHost)
|
||||||
|
|
||||||
// Use menu API to show context menu.
|
// Use menu API to show context menu.
|
||||||
window.InspectorFrontendHost.showContextMenuAtPoint = createMenu
|
window.InspectorFrontendHost.showContextMenuAtPoint = createMenu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue