Remove returns from event listeners
This commit is contained in:
parent
a2b6731bf2
commit
cc7395eea8
15 changed files with 34 additions and 36 deletions
|
@ -3,7 +3,7 @@ window.onload = function () {
|
|||
window.InspectorFrontendHost.showContextMenuAtPoint = createMenu
|
||||
|
||||
// Use dialog API to override file chooser dialog.
|
||||
return (window.WebInspector.createFileSelectorElement = createFileSelectorElement)
|
||||
window.WebInspector.createFileSelectorElement = createFileSelectorElement
|
||||
}
|
||||
|
||||
var convertToMenuTemplate = function (items) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue