electron/spec/fixtures/devtools-extensions/foo/devtools.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
83 B
JavaScript
Raw Normal View History

/* global chrome */
chrome.devtools.panels.create('Foo', 'foo.png', 'index.html');