tabs_api.js has a syntax error |
|
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 |
|