Remove semicolon
This commit is contained in:
parent
9266f9abfc
commit
cee31ff67a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue