Remove semicolon

This commit is contained in:
Kevin Sawicki 2016-05-17 16:42:37 -07:00
parent 9266f9abfc
commit cee31ff67a

View file

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