Bug 1533372 - Update MDN link.

Differential Revision: https://phabricator.services.mozilla.com/D22805

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jason Laster 2019-03-08 23:50:10 +00:00
Родитель c676b40b18
Коммит 8062e8e8b0
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -29,7 +29,8 @@ import type { NamedValue } from "../../utils/pause/scopes/types";
import "./Scopes.css"; import "./Scopes.css";
const mdnLink = "https://developer.mozilla.org/en-US/docs/Tools/Debugger"; const mdnLink =
"https://developer.mozilla.org/en-US/docs/Tools/Debugger/Using_the_Debugger_map_scopes_feature";
const { ObjectInspector } = objectInspector; const { ObjectInspector } = objectInspector;