Bug 1518613 - [release 118] Update Github to reflect MC (#7678). r=dwalsh

This commit is contained in:
Jason Laster 2019-01-08 15:49:11 -05:00
Родитель 2cfd139639
Коммит bf7d363f2e
3 изменённых файлов: 576 добавлений и 576 удалений

1148
devtools/client/debugger/new/dist/vendors.js поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -393,7 +393,7 @@ function generateDefaults(overrides) {
autoExpandAll: true,
selectSource: jest.fn(),
setExpandedState: jest.fn(),
sources: defaultSources,
sources: { FakeThread: defaultSources },
debuggeeUrl: "http://mdn.com",
clearProjectDirectoryRoot: jest.fn(),
setProjectDirectoryRoot: jest.fn(),

Просмотреть файл

@ -4,7 +4,7 @@
// @flow
/**
* This file maps the SVG React Components in the assets/images directory.
* This file maps the SVG React Components in the images directory.
*/
import Svg from "../../../images/Svg";