New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 675538 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Buried. Ping if important.
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

tabs_api.js has a syntax error

Project Member Reported by yosin@chromium.org, Dec 19 2016

Issue description

chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api.js(293)

function refreshSelectedTab(windowId) {
  chrome.tabs.query({active: true, currentWindow: true} function(tabs) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

Comma is missing.

This error is introduced by http://crrev.com/18769008
 

Sign in to add a comment