mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove semicolon
This commit is contained in:
@@ -838,7 +838,7 @@ describe('browser-window module', function () {
|
||||
if (w && w.devToolsWebContents) {
|
||||
w.devToolsWebContents.executeJavaScript('(' + (function () {
|
||||
var lastPanelId = WebInspector.inspectorView._tabbedPane._tabs.peekLast().id
|
||||
WebInspector.inspectorView.showPanel(lastPanelId);
|
||||
WebInspector.inspectorView.showPanel(lastPanelId)
|
||||
}).toString() + ')()')
|
||||
} else {
|
||||
clearInterval(showPanelIntevalId)
|
||||
|
||||
Reference in New Issue
Block a user