Fix js lint warnings

This commit is contained in:
Cheng Zhao 2016-05-23 16:15:39 +09:00
parent d6f9e57e33
commit 9d82041923

View file

@ -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