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) {
|
if (w && w.devToolsWebContents) {
|
||||||
w.devToolsWebContents.executeJavaScript('(' + (function () {
|
w.devToolsWebContents.executeJavaScript('(' + (function () {
|
||||||
var lastPanelId = WebInspector.inspectorView._tabbedPane._tabs.peekLast().id
|
var lastPanelId = WebInspector.inspectorView._tabbedPane._tabs.peekLast().id
|
||||||
WebInspector.inspectorView.showPanel(lastPanelId);
|
WebInspector.inspectorView.showPanel(lastPanelId)
|
||||||
}).toString() + ')()')
|
}).toString() + ')()')
|
||||||
} else {
|
} else {
|
||||||
clearInterval(showPanelIntevalId)
|
clearInterval(showPanelIntevalId)
|
||||||
|
|
Loading…
Add table
Reference in a new issue